mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Conf: build fix for older bisons
Typed blocks are probably a too new extension to rely on.
This commit is contained in:
parent
1b0ffdf80e
commit
caa5e7907a
@ -515,10 +515,10 @@ type:
|
||||
}
|
||||
}
|
||||
| ENUM
|
||||
<i>{ $$ = cf_maybe_exit_filters(); }
|
||||
{ $<i>$ = cf_maybe_exit_filters(); }
|
||||
enum_type
|
||||
{
|
||||
if ($2) cf_enter_filters();
|
||||
if ($<i>2) cf_enter_filters();
|
||||
$$ = $3;
|
||||
}
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user