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

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.h,v 2.13 2005/05/05 20:47:02 roberto Exp roberto $
** $Id: lobject.h,v 2.14 2005/05/31 14:25:18 roberto Exp roberto $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
@@ -357,7 +357,7 @@ typedef struct Table {
extern const TValue luaO_nilobject;
LUAI_DATA const TValue luaO_nilobject;
#define ceillog2(x) (luaO_log2((x)-1) + 1)