aboutsummaryrefslogtreecommitdiff
path: root/lctype.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lctype.c b/lctype.c
index 95422809..b1a43e44 100644
--- a/lctype.c
+++ b/lctype.c
@@ -18,7 +18,7 @@
18 18
19 19
20#if defined (LUA_UCID) /* accept UniCode IDentifiers? */ 20#if defined (LUA_UCID) /* accept UniCode IDentifiers? */
21/* consider all non-ascii codepoints to be alphabetic */ 21/* consider all non-ASCII codepoints to be alphabetic */
22#define NONA 0x01 22#define NONA 0x01
23#else 23#else
24#define NONA 0x00 /* default */ 24#define NONA 0x00 /* default */