new mark LUAI_DATA for extern data

This commit is contained in:
Roberto Ierusalimschy
2005-06-06 10:30:25 -03:00
parent eca9fa02d2
commit d987cf1f81
6 changed files with 15 additions and 15 deletions

4
llex.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: llex.h,v 1.53 2005/04/07 13:09:07 roberto Exp roberto $
** $Id: llex.h,v 1.54 2005/04/25 19:24:10 roberto Exp roberto $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
@@ -37,7 +37,7 @@ enum RESERVED {
/* array with token `names' */
extern const char *const luaX_tokens [];
LUAI_DATA const char *const luaX_tokens [];
typedef union {