1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Do fix remaining bison warning (fix #433)

This commit is contained in:
Nicolas Williams
2014-07-22 22:49:30 -05:00
parent 50b85c2911
commit 10f5a3448d

View File

@ -86,10 +86,8 @@ struct lexer_param;
%token QQSTRING_END
/* see Exp '?' rule */
%expect 9
%expect 34
/* revolting hack */
%left ';'
%right '|'
%left ','
%right "//"