diff options
Diffstat (limited to '')
| -rw-r--r-- | lparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lparser.h,v 1.48 2003/07/09 15:36:38 roberto Exp roberto $ | 2 | ** $Id: lparser.h,v 1.49 2003/07/09 20:11:30 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 | */ |
| @@ -71,7 +71,7 @@ typedef struct FuncState { | |||
| 71 | } FuncState; | 71 | } FuncState; |
| 72 | 72 | ||
| 73 | 73 | ||
| 74 | Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff); | 74 | Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name); |
| 75 | 75 | ||
| 76 | 76 | ||
| 77 | #endif | 77 | #endif |
