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 4bc50c51..57ceb662 100644
--- a/lcode.h
+++ b/lcode.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.h,v 1.29 2002/03/21 20:31:43 roberto Exp roberto $ 2** $Id: lcode.h,v 1.30 2002/04/02 20:34:53 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*/
@@ -45,7 +45,6 @@ void luaK_error (LexState *ls, const char *msg);
45int luaK_codeABc (FuncState *fs, OpCode o, int A, unsigned int Bc); 45int luaK_codeABc (FuncState *fs, OpCode o, int A, unsigned int Bc);
46int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); 46int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C);
47void luaK_nil (FuncState *fs, int from, int n); 47void luaK_nil (FuncState *fs, int from, int n);
48void luaK_checkstack (FuncState *fs, int n);
49void luaK_reserveregs (FuncState *fs, int n); 48void luaK_reserveregs (FuncState *fs, int n);
50int luaK_stringK (FuncState *fs, TString *s); 49int luaK_stringK (FuncState *fs, TString *s);
51int luaK_numberK (FuncState *fs, lua_Number r); 50int luaK_numberK (FuncState *fs, lua_Number r);