diff options
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lparser.h,v 1.53 2005/03/08 20:10:05 roberto Exp roberto $ | 2 | ** $Id: lparser.h,v 1.54 2005/03/09 16:28:07 roberto Exp roberto $ |
3 | ** Lua Parser | 3 | ** Lua Parser |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -72,7 +72,8 @@ typedef struct FuncState { | |||
72 | } FuncState; | 72 | } FuncState; |
73 | 73 | ||
74 | 74 | ||
75 | Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name); | 75 | LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, |
76 | const char *name); | ||
76 | 77 | ||
77 | 78 | ||
78 | #endif | 79 | #endif |