diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-19 21:57:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-19 21:57:09 (GMT) |
commit | b8bb091e43904fa2897b72f1853d1d9f298d26ac (patch) | |
tree | 2e1c470dd2a4ee3ac2773f9bd6ee3feb8668be63 /generic/tcl.h | |
parent | 9c8731a3a9259e66d93d399531844eebc954544e (diff) | |
parent | 7f4b300e2a1f846f1aff77518a22caf720b83725 (diff) | |
download | tcl-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.h | 6 |
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] */ |