Differences From Artifact [356b248a0a]:
- File tcc.tcl — part of check-in [8c5cb4e725] at 2014-05-02 03:43:06 on branch trunk — Updated library paths (user: rkeene, size: 11415) [annotate] [blame] [check-ins using]
To Artifact [cf29842e65]:
- File tcc4tcl.tcl — part of check-in [78d29c05b7] at 2014-05-03 20:31:22 on branch trunk — Renamed everything to the name of the package (tcc4tcl) (user: rkeene, size: 11416) [annotate] [blame] [check-ins using]
| ︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + |
variable commands
set dir [file dirname [info script]]
if {[info command ::tcc4tcl] == ""} {
catch { load {} tcc4tcl }
}
if {[info command ::tcc4tcl] == ""} {
|
| ︙ |