Differences From Artifact [e2e01fc434]:
- Executable file test — part of check-in [82e8ebb242] at 2014-06-16 04:20:11 on branch trunk — Updated to allow external symbols to be resolved if dlopen() is available (user: rkeene, size: 826) [annotate] [blame] [check-ins using]
To Artifact [7d8a169a15]:
- Executable file test — part of check-in [fd6711ab73] at 2014-06-16 04:48:58 on branch trunk — Updated to not build TCC as a static so that existing symbols could resolved by TCC itself (user: rkeene, size: 813) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
24 25 26 27 28 29 30 |
rv = mkdir(dir);
if (rv == 0) {
return(TCL_OK);
};
return(TCL_ERROR);
| < > | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
rv = mkdir(dir);
if (rv == 0) {
return(TCL_OK);
};
return(TCL_ERROR);
}
puts [test 1]
puts [test1 1]
puts [test3 1]
puts [::bob::test1 1]
puts [add [test 1] 1]
|
| ︙ | ︙ |