diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-06 15:43:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-06 15:43:16 (GMT) |
commit | 6015ac3af970f0ba128d33fe752df175b42fefd4 (patch) | |
tree | 890347980ec3e891450016c9418e595c65f7166a /generic/tclMain.c | |
parent | 19d35f4ef53660720d360042a30f3d9dafd5e5be (diff) | |
download | tcl-6015ac3af970f0ba128d33fe752df175b42fefd4.zip tcl-6015ac3af970f0ba128d33fe752df175b42fefd4.tar.gz tcl-6015ac3af970f0ba128d33fe752df175b42fefd4.tar.bz2 |
Use Tcl_EvalEx in pkgb.dll. Same functionality.
More deprecated function replacements
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r-- | generic/tclMain.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c index e422806..5a380ff 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -13,9 +13,6 @@ #include "tclInt.h" -#undef TCL_STORAGE_CLASS -#define TCL_STORAGE_CLASS DLLEXPORT - /* * The default prompt used when the user has not overridden it. */ |