From d987cf1f812b131788029d6de0c81ed64020e522 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 6 Jun 2005 10:30:25 -0300 Subject: new mark LUAI_DATA for extern data --- ltable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltable.h') diff --git a/ltable.h b/ltable.h index 05b554f6..4b9b11b3 100644 --- a/ltable.h +++ b/ltable.h @@ -1,5 +1,5 @@ /* -** $Id: ltable.h,v 2.6 2005/03/16 16:58:41 roberto Exp roberto $ +** $Id: ltable.h,v 2.7 2005/04/25 19:24:10 roberto Exp roberto $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ @@ -18,7 +18,7 @@ #define key2tval(n) (cast(const TValue *, gkey(n))) -extern const Node luaH_dummynode; +LUAI_DATA const Node luaH_dummynode; LUAI_FUNC const TValue *luaH_getnum (Table *t, int key); LUAI_FUNC TValue *luaH_setnum (lua_State *L, Table *t, int key); -- cgit v1.2.3-55-g6feb