diff options
Diffstat (limited to 'lparser.h')
-rw-r--r-- | lparser.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lparser.h,v 1.71 2013/04/16 18:46:28 roberto Exp roberto $ | 2 | ** $Id: lparser.h,v 1.72 2013/08/30 16:01:37 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 | */ |
@@ -113,8 +113,8 @@ typedef struct FuncState { | |||
113 | } FuncState; | 113 | } FuncState; |
114 | 114 | ||
115 | 115 | ||
116 | LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, | 116 | LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, |
117 | Dyndata *dyd, const char *name, int firstchar); | 117 | Dyndata *dyd, const char *name, int firstchar); |
118 | 118 | ||
119 | 119 | ||
120 | #endif | 120 | #endif |