global array of ctypes renamed to 'luai_ctype_' (extern names must
use a "lua" prefix...)
This commit is contained in:
4
lctype.c
4
lctype.c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user