From 63cb4fbbb961da133c68865845eaf22d9b876700 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 27 Sep 2020 20:31:53 +0800 Subject: *misc --- src/lua51/llex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua51/llex.h') 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 */ -- cgit v1.1-26-g67d0