From 8718fda9b24fa148ffe1a06fb36a7aa2ed628bdc Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 25 Apr 2005 16:24:10 -0300 Subject: added LUAI_FUNC to functions not in the API --- lapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lapi.h') diff --git a/lapi.h b/lapi.h index 618448a6..bb522de5 100644 --- a/lapi.h +++ b/lapi.h @@ -1,5 +1,5 @@ /* -** $Id: lapi.h,v 1.21 2002/03/04 21:29:41 roberto Exp roberto $ +** $Id: lapi.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ @@ -11,6 +11,6 @@ #include "lobject.h" -void luaA_pushobject (lua_State *L, const TValue *o); +LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o); #endif -- cgit v1.2.3-55-g6feb