diff options
Diffstat (limited to 'generic/tclMathOp.c')
-rw-r--r-- | generic/tclMathOp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclMathOp.c b/generic/tclMathOp.c index f146a39..0ef70a1 100644 --- a/generic/tclMathOp.c +++ b/generic/tclMathOp.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMathOp.c,v 1.6 2006/12/08 18:08:37 dgp Exp $ + * RCS: @(#) $Id: tclMathOp.c,v 1.7 2006/12/08 20:48:09 dgp Exp $ */ #include "tclInt.h" @@ -1047,7 +1047,7 @@ CompareNumbers( * *---------------------------------------------------------------------- */ -#if 0 + int TclInvertOpCmd( ClientData clientData, @@ -1108,7 +1108,6 @@ TclInvertOpCmd( } } } -#endif /* *---------------------------------------------------------------------- |