diff options
author | dgp <dgp@users.sourceforge.net> | 2006-08-29 19:09:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-08-29 19:09:48 (GMT) |
commit | 169f6437b92da10d3758963ba69dc4431a22f85c (patch) | |
tree | 2996c86b3d67565916b43da0e802d9147a657d6e | |
parent | 3ab5cea25b466b9f0a62a47b549593f0b9662551 (diff) | |
download | tcl-169f6437b92da10d3758963ba69dc4431a22f85c.zip tcl-169f6437b92da10d3758963ba69dc4431a22f85c.tar.gz tcl-169f6437b92da10d3758963ba69dc4431a22f85c.tar.bz2 |
undo mistaken commit
-rw-r--r-- | generic/tclParseExpr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParseExpr.c b/generic/tclParseExpr.c index 9dba5a6..1e7d41f 100644 --- a/generic/tclParseExpr.c +++ b/generic/tclParseExpr.c @@ -12,10 +12,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclParseExpr.c,v 1.41 2006/08/29 19:04:56 dgp Exp $ + * RCS: @(#) $Id: tclParseExpr.c,v 1.42 2006/08/29 19:09:48 dgp Exp $ */ -#define OLD_EXPR_PARSER 1 +#define OLD_EXPR_PARSER 0 #if OLD_EXPR_PARSER #include "tclInt.h" |