summaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lparser.h b/lparser.h
index ffcfca3c..44729492 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.h,v 1.53 2005/03/08 20:10:05 roberto Exp roberto $ 2** $Id: lparser.h,v 1.54 2005/03/09 16:28:07 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*/
@@ -72,7 +72,8 @@ typedef struct FuncState {
72} FuncState; 72} FuncState;
73 73
74 74
75Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name); 75LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
76 const char *name);
76 77
77 78
78#endif 79#endif