diff options
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r-- | generic/tclCompExpr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c index 890d518..960ce9f 100644 --- a/generic/tclCompExpr.c +++ b/generic/tclCompExpr.c @@ -2339,10 +2339,12 @@ CompileExprTree( switch (nodePtr->lexeme) { case START: case QUESTION: +#if 1 if (convert && (nodePtr == rootPtr)) { TclEmitOpcode(INST_TRY_CVT_TO_NUMERIC, envPtr); } break; +#endif case OPEN_PAREN: /* do nothing */ |