summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-08-07 17:28:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-08-07 17:28:38 (GMT)
commitacb6c01d805b714bf8d7250125ca8a673a6304ac (patch)
tree5ec544cfec73cfa36457c028cd3bc363b1d804c0 /generic/tclInt.decls
parent69867ccb985d020a31fded300114676592dcac9f (diff)
downloadtcl-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.decls')
-rw-r--r--generic/tclInt.decls7
1 files changed, 5 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 54256ea..ab6252a 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -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.decls,v 1.112 2007/08/04 18:32:27 msofer Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.113 2007/08/07 17:28:38 msofer Exp $
library tcl
@@ -928,11 +928,14 @@ declare 233 generic {
void TclGetSrcInfoForPc(CmdFrame *contextPtr)
}
-# Exports for VarReform compat: Itcl likes to peek into our varTables :(
+# Exports for VarReform compat: Itcl, XOTcl like to peek into our varTables :(
declare 234 generic {
Var *TclVarHashCreateVar(TclVarHashTable *tablePtr, const char *key,
int *newPtr)
}
+declare 235 generic {
+ void TclInitVarHashTable(TclVarHashTable *tablePtr, Namespace *nsPtr)
+}
##############################################################################