summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-16 20:32:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-16 20:32:50 (GMT)
commit68292a6506ecddc2460b6f47f7589f8ad66a4858 (patch)
treec251d8da4f9bb5384a76cea8c7f48989cb9483c5 /generic/tclInt.h
parent8a0b7ecf76ccbad9d6f0e838a17473c0dc0e0148 (diff)
downloadtcl-68292a6506ecddc2460b6f47f7589f8ad66a4858.zip
tcl-68292a6506ecddc2460b6f47f7589f8ad66a4858.tar.gz
tcl-68292a6506ecddc2460b6f47f7589f8ad66a4858.tar.bz2
split off TclInitStubTable() as separate function - which does the actual stub table initialization - previously part of Tcl_InitStubs().
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index e60b627..1cf0337 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3831,6 +3831,14 @@ MODULE_SCOPE int TclCompileAssembleCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+/* Used internally in stub library. */
+typedef struct {
+ char version[16];
+ ClientData data;
+} TclStubInfoType;
+
+MODULE_SCOPE const char *TclInitStubTable(const char *version);
+
/*
* Functions defined in generic/tclVar.c and currenttly exported only for use
* by the bytecode compiler and engine. Some of these could later be placed in