mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +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
|
| ENUM
|
||||||
<i>{ $$ = cf_maybe_exit_filters(); }
|
{ $<i>$ = cf_maybe_exit_filters(); }
|
||||||
enum_type
|
enum_type
|
||||||
{
|
{
|
||||||
if ($2) cf_enter_filters();
|
if ($<i>2) cf_enter_filters();
|
||||||
$$ = $3;
|
$$ = $3;
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user