diff options
author | hobbs <hobbs> | 2000-01-24 02:29:57 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-24 02:29:57 (GMT) |
commit | 5c9fad7cc43d58cfd041aa40602c94693debe602 (patch) | |
tree | b692e597cc955c3e8638ce2fed09953390788370 /generic/tclStubInit.c | |
parent | e75bb1f59bc6a1d44daa865b8a15416f8a7a9175 (diff) | |
download | tcl-5c9fad7cc43d58cfd041aa40602c94693debe602.zip tcl-5c9fad7cc43d58cfd041aa40602c94693debe602.tar.gz tcl-5c9fad7cc43d58cfd041aa40602c94693debe602.tar.bz2 |
* generic/tclInt.h:
* generic/tcl.decls: moved Tcl_ProcObjCmd to stubs table [Bug: 3827]
and removed 'register' from stub definition of
Tcl_AppendUnicodeToObj [Bug: 4038]
* generic/tclFileName.c: improved guessing of path separator
for the Mac. (Darley)
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 8a2f372..47b5a1b 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.30 1999/12/12 22:46:43 hobbs Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.31 2000/01/24 02:29:58 hobbs Exp $ */ #include "tclInt.h" @@ -787,6 +787,7 @@ TclStubs tclStubs = { Tcl_GetAllocMutex, /* 387 */ Tcl_GetChannelNames, /* 388 */ Tcl_GetChannelNamesEx, /* 389 */ + Tcl_ProcObjCmd, /* 390 */ }; /* !END!: Do not edit above this line. */ |