diff options
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ | |||
41 | #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') | 41 | #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') |
42 | 42 | ||
43 | #if defined(LUA_COMPAT_GLOBAL) | 43 | #if defined(LUA_COMPAT_GLOBAL) |
44 | #define GLOBALLEX ".g" /* not recognizable by the scanner */ | 44 | #define GLOBALLEX ".g" /* anything not recognizable as a name */ |
45 | #else | 45 | #else |
46 | #define GLOBALLEX "global" | 46 | #define GLOBALLEX "global" |
47 | #endif | 47 | #endif |