aboutsummaryrefslogtreecommitdiff
path: root/llex.c
diff options
context:
space:
mode:
Diffstat (limited to 'llex.c')
-rw-r--r--llex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llex.c b/llex.c
index edeb48fe..59d927d4 100644
--- a/llex.c
+++ b/llex.c
@@ -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