From 2cbbf3933ac7aa82c788d388b64ad0df7a9d83f6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 27 Oct 2000 14:15:53 -0200 Subject: new macro LUALIB_API (so the lib can be a separate DLL) --- liolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'liolib.c') diff --git a/liolib.c b/liolib.c index d71965a6..6693df33 100644 --- a/liolib.c +++ b/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 1.88 2000/10/26 12:47:05 roberto Exp roberto $ +** $Id: liolib.c,v 1.89 2000/10/26 12:53:55 roberto Exp roberto $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -712,7 +712,7 @@ static void openwithcontrol (lua_State *L) { } -LUA_API void lua_iolibopen (lua_State *L) { +LUALIB_API void lua_iolibopen (lua_State *L) { luaL_openl(L, iolib); openwithcontrol(L); } -- cgit v1.2.3-55-g6feb