From 5480113184c43202d3a1dea5b90b636953d75f34 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 7 Sep 2007 01:50:44 +0000 Subject: Disable __NO_OLD_CONFIG configuration enabled by latest commit --- generic/tkSquare.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/tkSquare.c b/generic/tkSquare.c index 1a6731f..c6d3836 100644 --- a/generic/tkSquare.c +++ b/generic/tkSquare.c @@ -12,10 +12,12 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkSquare.c,v 1.8 2007/09/07 00:34:53 dgp Exp $ + * RCS: @(#) $Id: tkSquare.c,v 1.9 2007/09/07 01:50:44 dgp Exp $ */ +#if 0 #define __NO_OLD_CONFIG +#endif #include "tkInt.h" /* -- cgit v0.12