Differences From Artifact [602c05c493]:
- File tcc4tcl.tcl — part of check-in [1a7d494008] at 2014-06-18 19:46:13 on branch trunk — Added a command called "code" to get the generated code (user: rkeene, size: 9393) [annotate] [blame] [check-ins using]
To Artifact [f0b650b1d1]:
- File tcc4tcl.tcl — 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: 9429) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
391 392 393 394 395 396 397 | append cbody "}" "\n" return [list $code $cbody $wname] } namespace eval tcc4tcl {namespace export cproc new} | > > | 391 392 393 394 395 396 397 398 399 | append cbody "}" "\n" return [list $code $cbody $wname] } namespace eval tcc4tcl {namespace export cproc new} package provide tcc4tcl "@@VERS@@" |