This commit is contained in:
Akim Demaille
2020-04-13 08:18:51 +02:00
parent 64aec0a8d8
commit 3877b7210e
2 changed files with 10 additions and 10 deletions

View File

@@ -77,6 +77,7 @@ extern int gram_debug;
# define GRAM_TOKENTYPE
enum gram_tokentype
{
GRAM_EMPTY = -2,
GRAM_EOF = 0, /* "end of file" */
GRAM_ERRCODE = 1, /* error */
GRAM_UNDEF = 2, /* "invalid token" */