From 34c359422cc2d556478f4252c66aa880f8adb8b1 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 6 May 2010 17:32:19 -0700 Subject: additional fix --- src/cli_parse.y | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cli_parse.y') diff --git a/src/cli_parse.y b/src/cli_parse.y index 50b1313..0f32928 100644 --- a/src/cli_parse.y +++ b/src/cli_parse.y @@ -43,7 +43,6 @@ static void cli_deferror(const char *); %token DUMMY %left SEMI %token VALUE -%token PRIORITY_VALUE %token TYPE_DEF %token VAR %token STRING @@ -175,7 +174,7 @@ default_cause: DEFAULT STRING yy_cli_parse_error((const char *)"Bad default\n"); parse_defp->def_default = $2; } -priority_stmt: PRIORITY PRIORITY_VALUE +priority_stmt: PRIORITY VALUE { char *tmp = $2.val; long long int cval = 0; -- cgit v1.2.3