diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:51:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:51:28 (GMT) |
commit | b905459d905f0a6649ba77398fba528c7597d44c (patch) | |
tree | a823c24a6668a32eaf370383dcb0a8fa21d28a62 | |
parent | e49fac5b1a1937d9253af474812ecaec6771fe39 (diff) | |
download | tk-b905459d905f0a6649ba77398fba528c7597d44c.zip tk-b905459d905f0a6649ba77398fba528c7597d44c.tar.gz tk-b905459d905f0a6649ba77398fba528c7597d44c.tar.bz2 |
merge update from HEAD
-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 577b813..db375d4 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.7.2.1 2007/09/07 01:25:36 dgp Exp $ + * RCS: @(#) $Id: tkSquare.c,v 1.7.2.2 2007/09/07 01:51:28 dgp Exp $ */ +#if 0 #define __NO_OLD_CONFIG +#endif #include "tkInt.h" /* |