From a8602e1abc63945cb101c7a028629b37326832ef Mon Sep 17 00:00:00 2001 From: das Date: Tue, 2 Sep 2008 22:55:32 +0000 Subject: unbreak the build with TCL_NO_DEPRECATED defined --- generic/tcl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 /* -- cgit v0.12