diff options
author | hobbs <hobbs@noemail.net> | 2001-11-21 02:36:17 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2001-11-21 02:36:17 (GMT) |
commit | ad54418aa922f18d6b8407e93e661701f1b51f22 (patch) | |
tree | d6c9734d5b8944f4d96bc77057fc560b661f57c4 /generic/tclStubInit.c | |
parent | 639e6f85d302a39301bac66f50bd50348f2891b7 (diff) | |
download | tcl-ad54418aa922f18d6b8407e93e661701f1b51f22.zip tcl-ad54418aa922f18d6b8407e93e661701f1b51f22.tar.gz tcl-ad54418aa922f18d6b8407e93e661701f1b51f22.tar.bz2 |
added TIP#73 patch #483500 from Kevin Kenny.
This deprecates TclpGetTime in favor of new Tcl_GetTime.
FossilOrigin-Name: ad0e26f63b8c18f13f7c0131933099e11df86010
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index d054121..a483664 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.63 2001/11/14 23:17:04 hobbs Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.64 2001/11/21 02:36:20 hobbs Exp $ */ #include "tclInt.h" @@ -882,6 +882,7 @@ TclStubs tclStubs = { Tcl_OutputBuffered, /* 479 */ Tcl_FSMountsChanged, /* 480 */ Tcl_EvalTokensStandard, /* 481 */ + Tcl_GetTime, /* 482 */ }; /* !END!: Do not edit above this line. */ |