Differences From Artifact [24c78e2cb7]:
- File tcc4tcl.c — 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: 9318) [annotate] [blame] [check-ins using]
To Artifact [927889c501]:
- File tcc4tcl.c — part of check-in [9aad02dffb] at 2014-06-21 15:31:30 on branch trunk — Updated "make test" to not try to run sed on binary files (user: rkeene, size: 9259) [annotate] [blame] [check-ins using]
︙ | |||
282 283 284 285 286 287 288 | 282 283 284 285 286 287 288 289 290 291 292 | - + - | int Tcc4tcl_Init(Tcl_Interp *interp) { #ifdef USE_TCL_STUBS if (Tcl_InitStubs(interp, "8.4" , 0) == 0L) { return TCL_ERROR; } #endif |