summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-01-14 15:23:41 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-01-14 15:23:41 (GMT)
commitd2bd1045344d1c63f429730b14f86609aec14266 (patch)
tree6aace0ee327281bd7bd9513ece35dd51c2c0c61c /generic/tclIntDecls.h
parent6253efb38be3e2093849871b47eb6538b10136f7 (diff)
downloadtcl-d2bd1045344d1c63f429730b14f86609aec14266.zip
tcl-d2bd1045344d1c63f429730b14f86609aec14266.tar.gz
tcl-d2bd1045344d1c63f429730b14f86609aec14266.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