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