From 2e1b32d87339c22b0518481fa260edf3bfbc01d3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 16 Jun 2000 14:51:40 -0300 Subject: optimizations for "while 1", "until nil", and the like --- lcode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lcode.h') diff --git a/lcode.h b/lcode.h index 285383c0..283c0f84 100644 --- a/lcode.h +++ b/lcode.h @@ -1,5 +1,5 @@ /* -** $Id: lcode.h,v 1.12 2000/04/12 18:47:03 roberto Exp roberto $ +** $Id: lcode.h,v 1.13 2000/05/22 18:44:46 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -36,7 +36,6 @@ int luaK_jump (FuncState *fs); void luaK_patchlist (FuncState *fs, int list, int target); void luaK_concat (FuncState *fs, int *l1, int l2); void luaK_goiftrue (FuncState *fs, expdesc *v, int keepvalue); -void luaK_goiffalse (FuncState *fs, expdesc *v, int keepvalue); int luaK_getlabel (FuncState *fs); void luaK_deltastack (FuncState *fs, int delta); void luaK_kstr (LexState *ls, int c); -- cgit v1.2.3-55-g6feb