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 --- lparser.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index ffcfca3c..44729492 100644 --- a/lparser.h +++ b/lparser.h @@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.53 2005/03/08 20:10:05 roberto Exp roberto $ +** $Id: lparser.h,v 1.54 2005/03/09 16:28:07 roberto Exp roberto $ ** Lua Parser ** See Copyright Notice in lua.h */ @@ -72,7 +72,8 @@ typedef struct FuncState { } FuncState; -Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name); +LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, + const char *name); #endif -- cgit v1.2.3-55-g6feb