Warning fix.

This commit is contained in:
David Given 2018-09-09 12:22:59 +02:00
parent d2a1d4dcda
commit 0d8d98fd0f

View file

@ -58,14 +58,6 @@ static item_t *last_it, *o_it;
%token <y_word> LINE
%token FILe
%token <y_word> LIST
%token OP_EQ
%token OP_NE
%token OP_LE
%token OP_GE
%token OP_LL
%token OP_RR
%token OP_OO
%token OP_AA
%left OP_OO
%left OP_AA