diff options
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" |
