mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
new mark LUAI_DATA for extern data
This commit is contained in:
parent
eca9fa02d2
commit
d987cf1f81
6 changed files with 15 additions and 15 deletions
4
llex.h
4
llex.h
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue