aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lparser.h b/lparser.h
index c6a78a79..3ee6f7f0 100644
--- a/lparser.h
+++ b/lparser.h
@@ -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
116LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, 116LUAI_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