Defined INVALID_TOKEN which is a token guaranteed to be never generated.
This commit is contained in:
parent
d07bab3997
commit
2ca3d9a8fc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ CF_DECLS
|
|||
void *g;
|
||||
}
|
||||
|
||||
%token END CLI_MARKER
|
||||
%token END CLI_MARKER INVALID_TOKEN
|
||||
%token <i> NUM ENUM
|
||||
%token <i32> RTRID
|
||||
%token <a> IPA
|
||||
|
|
Loading…
Reference in a new issue