diff options
author | hobbs <hobbs> | 2001-11-21 02:36:18 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-21 02:36:18 (GMT) |
commit | cff9c3309b2e3c096c301a94bff0d9804be13520 (patch) | |
tree | d6c9734d5b8944f4d96bc77057fc560b661f57c4 /mac/tclMacShLib.exp | |
parent | f59ffab94e11d0dc9efd7189ec5c64e904cdfedd (diff) | |
download | tcl-cff9c3309b2e3c096c301a94bff0d9804be13520.zip tcl-cff9c3309b2e3c096c301a94bff0d9804be13520.tar.gz tcl-cff9c3309b2e3c096c301a94bff0d9804be13520.tar.bz2 |
added TIP#73 patch #483500 from Kevin Kenny.
This deprecates TclpGetTime in favor of new Tcl_GetTime.
Diffstat (limited to 'mac/tclMacShLib.exp')
-rw-r--r-- | mac/tclMacShLib.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mac/tclMacShLib.exp b/mac/tclMacShLib.exp index 8ada490..9689ccd 100644 --- a/mac/tclMacShLib.exp +++ b/mac/tclMacShLib.exp @@ -510,6 +510,7 @@ Tcl_GetSlave Tcl_GetStdChannel Tcl_GetStringFromObj Tcl_GetStringResult +Tcl_GetTime Tcl_GetVar Tcl_GetVar2 Tcl_GetVariableFullName |