diff options
author | dgp@users.sourceforge.net <dgp> | 2007-09-07 01:50:44 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2007-09-07 01:50:44 (GMT) |
commit | f2187488ed22d99a593b23ae96865ea90c0b46f4 (patch) | |
tree | bc38d03efb97ca1095874d46b6b96955e792569d /generic | |
parent | 31ce0c6a640795b836012cc152b479bb657b5bae (diff) | |
download | tk-f2187488ed22d99a593b23ae96865ea90c0b46f4.zip tk-f2187488ed22d99a593b23ae96865ea90c0b46f4.tar.gz tk-f2187488ed22d99a593b23ae96865ea90c0b46f4.tar.bz2 |
Disable __NO_OLD_CONFIG configuration enabled by latest commit
Diffstat (limited to 'generic')
-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" /* |