From 64eecc0b8219cc3bcaa2b717826a4376c60d9305 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 20 Oct 2000 14:39:03 -0200 Subject: new macro LUA_API --- lbaselib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lbaselib.c') diff --git a/lbaselib.c b/lbaselib.c index 7a002902..b32d07af 100644 --- a/lbaselib.c +++ b/lbaselib.c @@ -1,5 +1,5 @@ /* -** $Id: lbaselib.c,v 1.10 2000/10/06 19:13:29 roberto Exp roberto $ +** $Id: lbaselib.c,v 1.11 2000/10/09 15:46:43 roberto Exp roberto $ ** Basic library ** See Copyright Notice in lua.h */ @@ -636,7 +636,7 @@ static const struct luaL_reg base_funcs[] = { -void lua_baselibopen (lua_State *L) { +LUA_API void lua_baselibopen (lua_State *L) { luaL_openl(L, base_funcs); lua_pushstring(L, LUA_VERSION); lua_setglobal(L, "_VERSION"); -- cgit v1.2.3-55-g6feb