diff options
Diffstat (limited to 'src/lua51/llex.h')
| -rw-r--r-- | src/lua51/llex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua51/llex.h b/src/lua51/llex.h index 8a013f9..101ccdb 100644 --- a/src/lua51/llex.h +++ b/src/lua51/llex.h @@ -30,7 +30,7 @@ enum RESERVED { TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, /* other terminal symbols */ TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_NUMBER, - TK_NAME, TK_STRING, TK_EOS + TK_NAME, TK_STRING, TK_EOS // TK_EOD = end of file }; /* number of reserved words */ |
