diff options
-rw-r--r-- | generic/tkSquare.c | 4 |
1 files changed, 3 insertions, 1 deletions
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" /* |