|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
-** $Id: $
|
|
|
+** $Id: lctype.c,v 1.1 2009/02/19 17:18:25 roberto Exp roberto $
|
|
|
** 'ctype' functions for Lua
|
|
|
** See Copyright Notice in lua.h
|
|
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
#include "lctype.h"
|
|
|
|
|
|
-const char lctypecode[UCHAR_MAX + 1] = {
|
|
|
+const char luai_ctype_[UCHAR_MAX + 1] = {
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00,
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|