diff options
author | hobbs <hobbs> | 2001-05-15 21:30:46 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-15 21:30:46 (GMT) |
commit | da9fb05ce5947f02eb81aba848c569ba8a7dbcdf (patch) | |
tree | 8a836cf3572d1eccac2800ac982894974751463d /generic/tclStubInit.c | |
parent | 0824af2d146763726b1866f650c19dd9faa72351 (diff) | |
download | tcl-da9fb05ce5947f02eb81aba848c569ba8a7dbcdf.zip tcl-da9fb05ce5947f02eb81aba848c569ba8a7dbcdf.tar.gz tcl-da9fb05ce5947f02eb81aba848c569ba8a7dbcdf.tar.bz2 |
* generic/tcl.decls:
* generic/tclDecls.h:
* generic/tclStubInit.c:
* generic/tclStringObj.c (Tcl_GetUnicodeFromObj): new function to
parallel Tcl_GetStringFromObj (fix of an API oversight).
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 35fada8..0ce8ea7 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.48 2001/03/30 23:06:40 andreas_kupries Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.49 2001/05/15 21:30:46 hobbs Exp $ */ #include "tclInt.h" @@ -837,6 +837,7 @@ TclStubs tclStubs = { Tcl_AttemptDbCkrealloc, /* 431 */ Tcl_AttemptSetObjLength, /* 432 */ Tcl_GetChannelThread, /* 433 */ + Tcl_GetUnicodeFromObj, /* 434 */ }; /* !END!: Do not edit above this line. */ |