aboutsummaryrefslogtreecommitdiff
path: root/lctype.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-07-07 15:02:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-07-07 15:02:09 -0300
commit03d672a95cfd287855b373587f3975165eab9e02 (patch)
treeccaf9a66b54ab44d660d5257f3df649bb79664ad /lctype.c
parent03bf7fdd4f3a588cd7ff0a8c51ed68c596d3d575 (diff)
downloadlua-03d672a95cfd287855b373587f3975165eab9e02.tar.gz
lua-03d672a95cfd287855b373587f3975165eab9e02.tar.bz2
lua-03d672a95cfd287855b373587f3975165eab9e02.zip
Details (comments)
Diffstat (limited to 'lctype.c')
-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 */