diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-14 15:23:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-14 15:23:41 (GMT) |
commit | 89971c75591469fffd72528e62279754a899430f (patch) | |
tree | 6aace0ee327281bd7bd9513ece35dd51c2c0c61c /generic | |
parent | e267380dad6bef727db13dabbdfc9feab9024d6c (diff) | |
download | tcl-89971c75591469fffd72528e62279754a899430f.zip tcl-89971c75591469fffd72528e62279754a899430f.tar.gz tcl-89971c75591469fffd72528e62279754a899430f.tar.bz2 |
forgot two #undef's
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclIntDecls.h | 2 |
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 |