0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 01:31:55 +00:00

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 '*' '/' '%'