Differences From Artifact [47b77bc722]:
- File tcc4tcl.tcl — part of check-in [d7b387c82f] at 2014-06-21 21:17:01 on branch trunk — Updated to give a useful error if an invalid subcommand is given (user: rkeene, size: 9822) [annotate] [blame] [check-ins using]
To Artifact [f7535f5aaf]:
- File tcc4tcl.tcl — part of check-in [c951d6608a] at 2014-06-21 21:18:40 on branch trunk — Corrected typo in previous commit (user: rkeene, size: 9827) [annotate] [blame] [check-ins using]
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - + | if {$cmd == "code"} { set cmd "go" set args [list 1 {*}$args] } set callcmd ::tcc4tcl::_$cmd |
︙ |