Killed duplicate %type for expr.

This commit is contained in:
Martin Mares 1999-01-15 16:59:26 +00:00
parent ca6dfded2c
commit e3a39a9ee7

View file

@ -35,7 +35,6 @@ CF_DECLS
%token <t> TEXT %token <t> TEXT
%type <i> cexpr bool pxlen %type <i> cexpr bool pxlen
%type <x> expr
%left '+' '-' %left '+' '-'
%left '*' '/' '%' %left '*' '/' '%'