aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lparser.h b/lparser.h
index 1cb52623..42d46783 100644
--- a/lparser.h
+++ b/lparser.h
@@ -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
74Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff); 74Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name);
75 75
76 76
77#endif 77#endif