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 2b9c64d4..011c59fe 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.h,v 1.43 2002/05/10 19:22:11 roberto Exp roberto $ 2** $Id: lparser.h,v 1.44 2002/05/14 17:52:22 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*/
@@ -65,7 +65,7 @@ typedef struct FuncState {
65} FuncState; 65} FuncState;
66 66
67 67
68Proto *luaY_parser (lua_State *L, ZIO *z); 68Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff);
69 69
70 70
71#endif 71#endif