diff options
Diffstat (limited to '')
-rw-r--r-- | lctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |