summaryrefslogtreecommitdiff
path: root/src/parse-gram.h
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-13 08:18:51 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-13 16:49:54 +0200
commit3877b7210eb630bfea25913bc2493133a7e93882 (patch)
tree16e0aec53622717bad079a3984d8fdecc47bfa7f /src/parse-gram.h
parent64aec0a8d862477cb667e6d90b639ded05ca20fa (diff)
downloadbison-3877b7210eb630bfea25913bc2493133a7e93882.tar.gz
regen
Diffstat (limited to 'src/parse-gram.h')
-rw-r--r--src/parse-gram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse-gram.h b/src/parse-gram.h
index 32a81e9f..66feb31c 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -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" */