summaryrefslogtreecommitdiff
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 9d168d29..61c574cc 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.6 2000/03/10 18:37:44 roberto Exp roberto $ 2** $Id: lcode.h,v 1.7 2000/03/13 20:37:16 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*/
@@ -20,7 +20,6 @@
20 20
21 21
22void luaK_error (LexState *ls, const char *msg); 22void luaK_error (LexState *ls, const char *msg);
23int luaK_primitivecode (FuncState *fs, Instruction i);
24int luaK_code (FuncState *fs, Instruction i, int delta); 23int luaK_code (FuncState *fs, Instruction i, int delta);
25void luaK_retcode (FuncState *fs, int nlocals, int nexps); 24void luaK_retcode (FuncState *fs, int nlocals, int nexps);
26void luaK_fixjump (FuncState *fs, int pc, int dest); 25void luaK_fixjump (FuncState *fs, int pc, int dest);