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/tclInt.h | |
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/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 5aae19d..c55bf93 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.328 2007/08/04 18:32:27 msofer Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.329 2007/08/07 17:28:39 msofer Exp $ */ #ifndef _TCLINT @@ -2413,8 +2413,6 @@ MODULE_SCOPE void TclInitLimitSupport(Tcl_Interp *interp); MODULE_SCOPE void TclInitNamespaceSubsystem(void); MODULE_SCOPE void TclInitNotifier(void); MODULE_SCOPE void TclInitObjSubsystem(void); -MODULE_SCOPE void TclInitVarHashTable(TclVarHashTable *tablePtr, - Namespace *nsPtr); MODULE_SCOPE void TclInitSubsystems(void); MODULE_SCOPE int TclInterpReady(Tcl_Interp *interp); MODULE_SCOPE int TclIsLocalScalar(CONST char *src, int len); |