diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-07 17:28:38 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-07 17:28:38 (GMT) |
commit | acb6c01d805b714bf8d7250125ca8a673a6304ac (patch) | |
tree | 5ec544cfec73cfa36457c028cd3bc363b1d804c0 /generic/tclStubInit.c | |
parent | 69867ccb985d020a31fded300114676592dcac9f (diff) | |
download | tcl-acb6c01d805b714bf8d7250125ca8a673a6304ac.zip tcl-acb6c01d805b714bf8d7250125ca8a673a6304ac.tar.gz tcl-acb6c01d805b714bf8d7250125ca8a673a6304ac.tar.bz2 |
* generic/tclInt.decls: Exporting via stubs to help
* generic/tclInt.h: xotcl adapt to VarReform.
* generic/tclIntDecls.h:
* generic/tclStubInit.c:
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 efde178..b197f66 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.142 2007/08/04 18:32:28 msofer Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.143 2007/08/07 17:28:39 msofer Exp $ */ #include "tclInt.h" @@ -324,6 +324,7 @@ TclIntStubs tclIntStubs = { TclEvalObjEx, /* 232 */ TclGetSrcInfoForPc, /* 233 */ TclVarHashCreateVar, /* 234 */ + TclInitVarHashTable, /* 235 */ }; TclIntPlatStubs tclIntPlatStubs = { |