summaryrefslogtreecommitdiffstats
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)
commit89971c75591469fffd72528e62279754a899430f (patch)
tree6aace0ee327281bd7bd9513ece35dd51c2c0c61c
parente267380dad6bef727db13dabbdfc9feab9024d6c (diff)
downloadtcl-89971c75591469fffd72528e62279754a899430f.zip
tcl-89971c75591469fffd72528e62279754a899430f.tar.gz
tcl-89971c75591469fffd72528e62279754a899430f.tar.bz2
forgot two #undef's
-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