This commit is contained in:
Roberto Ierusalimschy
2000-03-15 17:50:33 -03:00
parent f0b697e01c
commit 3860c5934e
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lcode.h,v 1.6 2000/03/10 18:37:44 roberto Exp roberto $
** $Id: lcode.h,v 1.7 2000/03/13 20:37:16 roberto Exp roberto $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
@@ -20,7 +20,6 @@
void luaK_error (LexState *ls, const char *msg);
int luaK_primitivecode (FuncState *fs, Instruction i);
int luaK_code (FuncState *fs, Instruction i, int delta);
void luaK_retcode (FuncState *fs, int nlocals, int nexps);
void luaK_fixjump (FuncState *fs, int pc, int dest);