aboutsummaryrefslogtreecommitdiff
path: root/lcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.h')
-rw-r--r--lcode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lcode.h b/lcode.h
index 6ec8b099..0c415973 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.71 2018/03/07 15:55:38 roberto Exp roberto $ 2** $Id: lcode.h,v 1.72 2018/03/19 20:03:44 roberto Exp roberto $
3** Code generator for Lua 3** Code generator for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -90,7 +90,6 @@ LUAI_FUNC void luaK_posfix (FuncState *fs, BinOpr op, expdesc *v1,
90 expdesc *v2, int line); 90 expdesc *v2, int line);
91LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore); 91LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore);
92LUAI_FUNC void luaK_finish (FuncState *fs); 92LUAI_FUNC void luaK_finish (FuncState *fs);
93LUAI_FUNC void luaK_codeundef (FuncState *fs, expdesc *e);
94LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg); 93LUAI_FUNC l_noret luaK_semerror (LexState *ls, const char *msg);
95 94
96 95