Differences From Artifact [49e3cc661b]:
- File tcc4tcl.c — part of check-in [fb2a14e7f1] at 2015-02-02 13:44:18 on branch trunk — Updated to not add the "tclStubsPtr" symbol unless we are compiling to memory (user: rkeene, size: 9925) [annotate] [blame] [check-ins using]
To Artifact [2f5bd45b79]:
- File tcc4tcl.c — part of check-in [2c9323bb11] at 2015-02-02 13:57:18 on branch trunk — Made this code more readable (user: rkeene, size: 9941) [annotate] [blame] [check-ins using]
︙ | |||
284 285 286 287 288 289 290 | 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | - + | s = tcc_new(Tcl_GetString(objv[1])); if (s == NULL) { return(TCL_ERROR); } #ifdef USE_TCL_STUBS |
︙ |