From f1f271ae76e626d1e6ffe71d5589d9e0d995bac1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 10 Apr 2002 15:05:08 -0300 Subject: details --- lcode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lcode.h') diff --git a/lcode.h b/lcode.h index 4bc50c51..57ceb662 100644 --- a/lcode.h +++ b/lcode.h @@ -1,5 +1,5 @@ /* -** $Id: lcode.h,v 1.29 2002/03/21 20:31:43 roberto Exp roberto $ +** $Id: lcode.h,v 1.30 2002/04/02 20:34:53 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -45,7 +45,6 @@ void luaK_error (LexState *ls, const char *msg); int luaK_codeABc (FuncState *fs, OpCode o, int A, unsigned int Bc); int luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C); void luaK_nil (FuncState *fs, int from, int n); -void luaK_checkstack (FuncState *fs, int n); void luaK_reserveregs (FuncState *fs, int n); int luaK_stringK (FuncState *fs, TString *s); int luaK_numberK (FuncState *fs, lua_Number r); -- cgit v1.2.3-55-g6feb