summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-16 08:52:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-16 08:52:59 (GMT)
commit2f176f6d8c9cf73aa834e6204cffd10e209c283b (patch)
treed1af02745df25b2849bf6ed938afa30e63b3f97c /generic/tcl.h
parent193ad73d549eeb177bd467a9d894e21ff53845e9 (diff)
downloadtcl-2f176f6d8c9cf73aa834e6204cffd10e209c283b.zip
tcl-2f176f6d8c9cf73aa834e6204cffd10e209c283b.tar.gz
tcl-2f176f6d8c9cf73aa834e6204cffd10e209c283b.tar.bz2
Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default.
Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do).
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 9dd6ff0..5f47734 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2278,17 +2278,6 @@ typedef unsigned short Tcl_UniChar;
/*
- * Deprecated Tcl procedures:
- */
-#ifndef TCL_NO_DEPRECATED
-# define Tcl_EvalObj(interp,objPtr) \
- Tcl_EvalObjEx((interp),(objPtr),0)
-# define Tcl_GlobalEvalObj(interp,objPtr) \
- Tcl_EvalObjEx((interp),(objPtr),TCL_EVAL_GLOBAL)
-#endif
-
-
-/*
* These function have been renamed. The old names are deprecated, but we
* define these macros for backwards compatibilty.
*/