From b55f0e0cad3152fadcc4b51fe2db7f4ca20a8b99 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Wed, 30 Jan 2008 17:44:16 -0800 Subject: allow certain operators in initial state --- src/cli_def.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cli_def.l b/src/cli_def.l index d42119d..3158a0f 100644 --- a/src/cli_def.l +++ b/src/cli_def.l @@ -415,7 +415,7 @@ RE_ACT_FIELD (help|syntax|commit|delete|update|activate|create|begin|end|comp_he } } -{RE_OP_OTHER} { +{RE_OP_OTHER} { int i = 0; while (op_strs[i]) { if (strcmp(op_strs[i], yy_cli_def_text) == 0) { -- cgit v1.2.3