diff options
| author | chai <chaifix@163.com> | 2020-07-20 09:42:30 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2020-07-20 09:42:30 +0800 |
| commit | 77ac95b9985f5669d6659bfb54728786d28c2ef0 (patch) | |
| tree | ab42f7da14ffbd9ba72f503baff71b44298b113a /src/lua51/llex.h | |
| parent | c5d9668a1b7092262b7132679e961a5297da2f75 (diff) | |
*misc
Diffstat (limited to 'src/lua51/llex.h')
| -rw-r--r-- | src/lua51/llex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua51/llex.h b/src/lua51/llex.h index a9201ce..8a013f9 100644 --- a/src/lua51/llex.h +++ b/src/lua51/llex.h @@ -17,6 +17,7 @@ #define TOKEN_LEN (sizeof("function")/sizeof(char)) +//c tokens枚举,用来做终结符 /* * WARNING: if you change the order of this enumeration, * grep "ORDER RESERVED" |
