diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-14 15:23:41 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-14 15:23:41 (GMT) |
| commit | d2bd1045344d1c63f429730b14f86609aec14266 (patch) | |
| tree | 6aace0ee327281bd7bd9513ece35dd51c2c0c61c /generic/tclIntDecls.h | |
| parent | 6253efb38be3e2093849871b47eb6538b10136f7 (diff) | |
| download | tcl-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.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 |
