mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Defined INVALID_TOKEN which is a token guaranteed to be never generated.
This commit is contained in:
@@ -39,7 +39,7 @@ CF_DECLS
|
|||||||
void *g;
|
void *g;
|
||||||
}
|
}
|
||||||
|
|
||||||
%token END CLI_MARKER
|
%token END CLI_MARKER INVALID_TOKEN
|
||||||
%token <i> NUM ENUM
|
%token <i> NUM ENUM
|
||||||
%token <i32> RTRID
|
%token <i32> RTRID
|
||||||
%token <a> IPA
|
%token <a> IPA
|
||||||
|
Reference in New Issue
Block a user