summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-14 15:23:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-14 15:23:41 (GMT)
commitd3dab183a137c6da919356663f688a0a7df0df26 (patch)
tree6aace0ee327281bd7bd9513ece35dd51c2c0c61c /generic/tclIntDecls.h
parenta8dc97056d6b68ef14637bf9e6672707b32745b3 (diff)
downloadtcl-d3dab183a137c6da919356663f688a0a7df0df26.zip
tcl-d3dab183a137c6da919356663f688a0a7df0df26.tar.gz
tcl-d3dab183a137c6da919356663f688a0a7df0df26.tar.bz2
forgot two #undef's
Diffstat (limited to 'generic/tclIntDecls.h')
-rw-r--r--generic/tclIntDecls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h
index b76d2e0..092225e 100644
--- a/generic/tclIntDecls.h
+++ b/generic/tclIntDecls.h
@@ -1300,8 +1300,10 @@ extern const TclIntStubs *tclIntStubsPtr;
#undef TclBackgroundException
#if defined(USE_TCL_STUBS) && defined(TCL_NO_DEPRECATED)
+# undef Tcl_SetStartupScript
# define Tcl_SetStartupScript \
(tclStubsPtr->tcl_SetStartupScript) /* 622 */
+# undef Tcl_GetStartupScript
# define Tcl_GetStartupScript \
(tclStubsPtr->tcl_GetStartupScript) /* 623 */
# undef Tcl_CreateNamespace