summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-19 21:57:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-19 21:57:09 (GMT)
commitb8bb091e43904fa2897b72f1853d1d9f298d26ac (patch)
tree2e1c470dd2a4ee3ac2773f9bd6ee3feb8668be63 /generic/tcl.h
parent9c8731a3a9259e66d93d399531844eebc954544e (diff)
parent7f4b300e2a1f846f1aff77518a22caf720b83725 (diff)
downloadtcl-tcl_nosize.zip
tcl-tcl_nosize.tar.gz
tcl-tcl_nosize.tar.bz2
(Bad idea)tcl_nosize
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 1cd2c43..71b1930 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2298,7 +2298,7 @@ typedef int (Tcl_NRPostProc) (ClientData data[], Tcl_Interp *interp,
* stubs tables.
*/
-#define TCL_STUB_MAGIC ((int) 0xFCA3BACB + sizeof(TCL_SIZE_T))
+#define TCL_STUB_MAGIC ((int) (0xFCA3BACB + sizeof(size_t)))
/*
* The following function is required to be defined in all stubs aware
@@ -2325,10 +2325,6 @@ const char * TclTomMathInitializeStubs(Tcl_Interp *interp,
#endif
/*
- * TODO - tommath stubs export goes here!
- */
-
-/*
* Public functions that are not accessible via the stubs table.
* Tcl_GetMemoryInfo is needed for AOLserver. [Bug 1868171]
*/