aboutsummaryrefslogtreecommitdiff
path: root/lctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'lctype.c')
-rw-r--r--lctype.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lctype.c b/lctype.c
index b210b5eb..722b721f 100644
--- a/lctype.c
+++ b/lctype.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lctype.c,v 1.4 2009/03/11 13:27:32 roberto Exp roberto $ 2** $Id: lctype.c,v 1.5 2009/03/26 18:53:52 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*/
@@ -18,10 +18,10 @@ const char luai_ctype_[UCHAR_MAX + 2] = {
18 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 18 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
19 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 19 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16,
20 0x16, 0x16, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 20 0x16, 0x16, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
21 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, 21 0x04, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x25,
22 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 22 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25,
23 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 23 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25, 0x25,
24 0x05, 0x05, 0x05, 0x04, 0x04, 0x04, 0x04, 0x05, 24 0x25, 0x25, 0x25, 0x04, 0x04, 0x04, 0x04, 0x05,
25 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, 25 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05,
26 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 26 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
27 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 27 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05, 0x05,
@@ -41,5 +41,5 @@ const char luai_ctype_[UCHAR_MAX + 2] = {
41 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 41 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
42 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 42 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
43 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 43 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
44 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 44 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
45}; 45};