summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-09-02 22:55:32 (GMT)
committerdas <das>2008-09-02 22:55:32 (GMT)
commitc958310cb542885ecc2e3b76d41c92039566e674 (patch)
tree4c3b26aac559c415c0dfd6e40369c8c8fb312691
parent26444fd70c85f9fd7382c538fa5f5b986fb27f46 (diff)
downloadtcl-c958310cb542885ecc2e3b76d41c92039566e674.zip
tcl-c958310cb542885ecc2e3b76d41c92039566e674.tar.gz
tcl-c958310cb542885ecc2e3b76d41c92039566e674.tar.bz2
unbreak the build with TCL_NO_DEPRECATED defined
-rw-r--r--generic/tcl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index d61e9bf..fbe26e5 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.268 2008/09/02 20:56:07 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.269 2008/09/02 22:55:32 das Exp $
*/
#ifndef _TCL
@@ -233,6 +233,8 @@ extern "C" {
#ifndef TCL_NO_DEPRECATED
# undef _ANSI_ARGS_
# define _ANSI_ARGS_(x) x
+#else
+# define _ANSI_ARGS_(x) x
#endif
/*