From 5438d77221e5f909b2f1990721ec56ec352b932b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 20 Feb 2009 10:11:15 -0300 Subject: global array of ctypes renamed to 'luai_ctype_' (extern names must use a "lua" prefix...) --- lctype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lctype.c') diff --git a/lctype.c b/lctype.c index 1278a349..2979bd81 100644 --- a/lctype.c +++ b/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, -- cgit v1.2.3-55-g6feb