diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-11-15 20:33:11 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-11-15 20:33:11 (GMT) |
| commit | d904246bf4e9a50662c96fd30a010175aba29ab1 (patch) | |
| tree | f5ec21607dd83beeb9fec2d3e0fb3f9f88985acf /generic/tclIntDecls.h | |
| parent | 7829f617b9899043b912c6b64ce33aeaf5b155f4 (diff) | |
| download | tcl-d904246bf4e9a50662c96fd30a010175aba29ab1.zip tcl-d904246bf4e9a50662c96fd30a010175aba29ab1.tar.gz tcl-d904246bf4e9a50662c96fd30a010175aba29ab1.tar.bz2 | |
Remove "nostub" entries, which are no longer used. See also TIP #512.
Also fix many EXEC/UNEXEC file flags
Diffstat (limited to 'generic/tclIntDecls.h')
| -rw-r--r-- | generic/tclIntDecls.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index 5a0c17a..dcf9035 100644 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -1268,8 +1268,11 @@ extern const TclIntStubs *tclIntStubsPtr; /* !END!: Do not edit above this line. */ +#if defined(USE_TCL_STUBS) +#undef Tcl_StaticPackage #define Tcl_StaticPackage \ - (tclIntStubsPtr->tclStaticPackage) /* 257 */ + (tclIntStubsPtr->tclStaticPackage) +#endif /* defined(USE_TCL_STUBS) */ #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT |
