diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 22:28:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-17 22:28:38 (GMT) |
commit | 729687600b66c16b05f8b800209bf0252c285bac (patch) | |
tree | 6046e84e87a076d9ed6ca1edf226832ffa7bd073 /win | |
parent | 5183004618b076623516cc260ae3e9e283252186 (diff) | |
download | tcl-729687600b66c16b05f8b800209bf0252c285bac.zip tcl-729687600b66c16b05f8b800209bf0252c285bac.tar.gz tcl-729687600b66c16b05f8b800209bf0252c285bac.tar.bz2 |
Convert Tcl_Eval and Tcl_GlobalEval to a macro
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 8582600..d061df2 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -84,8 +84,8 @@ CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -DUNICODE -D_UNICODE # To compile without backward compatibility and deprecated code uncomment the # following -NO_DEPRECATED_FLAGS = -#NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED +#NO_DEPRECATED_FLAGS = +NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED # To enable compilation debugging reverse the comment characters on one of the # following lines. |