summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclCompExpr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c
index 2169a88..dec9600 100644
--- a/generic/tclCompExpr.c
+++ b/generic/tclCompExpr.c
@@ -423,8 +423,8 @@ static const unsigned char instruction[] = {
0, /* CLOSE_PAREN */
INST_STR_LT, /* STR_LT */
INST_STR_GT, /* STR_GT */
- INST_STR_LEQ, /* STR_LEQ */
- INST_STR_GEQ, /* STR_GEQ */
+ INST_STR_LE, /* STR_LEQ */
+ INST_STR_GE, /* STR_GEQ */
0, /* END */
/* Expansion room for more binary operators */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,