diff options
author | sebres <sebres@users.sourceforge.net> | 2017-01-10 21:58:33 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-01-10 21:58:33 (GMT) |
commit | 9e52bb21b79848250f66adb912c1195cc9da2c56 (patch) | |
tree | 3d33434ea4d17840e060eb16d05f43717ce157a0 /library/init.tcl | |
parent | a3433951b0a141acbb0fd911aefffcbd34e3b0b3 (diff) | |
download | tcl-9e52bb21b79848250f66adb912c1195cc9da2c56.zip tcl-9e52bb21b79848250f66adb912c1195cc9da2c56.tar.gz tcl-9e52bb21b79848250f66adb912c1195cc9da2c56.tar.bz2 |
[temp-commit]: clock scan with several optimization porting, still not-ready
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl index e6df12b..4bbce51 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -178,7 +178,7 @@ if {[interp issafe]} { # Auto-loading stubs for 'clock.tcl' - foreach cmd {add format FreeScan} { + foreach cmd {add format} { proc ::tcl::clock::$cmd args { variable TclLibDir source -encoding utf-8 [file join $TclLibDir clock.tcl] |