aboutsummaryrefslogtreecommitdiff
path: root/lctype.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-03-10 14:42:33 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-03-10 14:42:33 -0300
commit6427c61e7c3e6acd467b488c573ac37b0f46d0a2 (patch)
treef0471d4313741f31d813894f01ef4ce72b1df5d0 /lctype.c
parentba484b9eb16dd62a7c3a5400a66eb952b654d3f0 (diff)
downloadlua-6427c61e7c3e6acd467b488c573ac37b0f46d0a2.tar.gz
lua-6427c61e7c3e6acd467b488c573ac37b0f46d0a2.tar.bz2
lua-6427c61e7c3e6acd467b488c573ac37b0f46d0a2.zip
added macro 'lisxdigit' (just in case :)
Diffstat (limited to 'lctype.c')
-rw-r--r--lctype.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lctype.c b/lctype.c
index 2979bd81..df7d23a9 100644
--- a/lctype.c
+++ b/lctype.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lctype.c,v 1.1 2009/02/19 17:18:25 roberto Exp roberto $ 2** $Id: lctype.c,v 1.2 2009/02/20 13:11:15 roberto Exp roberto $
3** 'ctype' functions for Lua 3** 'ctype' functions for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -15,13 +15,13 @@ const char luai_ctype_[UCHAR_MAX + 1] = {
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
16 0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 16 0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
17 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 17 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
18 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 18 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16,
19 0x06, 0x06, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 19 0x16, 0x16, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
20 0x04, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 20 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05,
21 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 21 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
22 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 22 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
23 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x04, 23 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x04,
24 0x04, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 24 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05,
25 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 25 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
26 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 26 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
27 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x00, 27 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x00,