From 512b15b6012c14b0b58c4531078d27794a583f84 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 19 Jan 2000 14:50:30 -0200 Subject: small optimizations (relational operators) --- lvm.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lvm.h') diff --git a/lvm.h b/lvm.h index 0768e570..d4163620 100644 --- a/lvm.h +++ b/lvm.h @@ -1,5 +1,5 @@ /* -** $Id: lvm.h,v 1.12 1999/11/22 13:12:07 roberto Exp roberto $ +** $Id: lvm.h,v 1.13 1999/12/01 19:50:08 roberto Exp roberto $ ** Lua virtual machine ** See Copyright Notice in lua.h */ @@ -28,7 +28,6 @@ void luaV_getglobal (lua_State *L, GlobalVar *gv); void luaV_setglobal (lua_State *L, GlobalVar *gv); StkId luaV_execute (lua_State *L, const Closure *cl, const TProtoFunc *tf, StkId base); void luaV_closure (lua_State *L, int nelems); -void luaV_comparison (lua_State *L, StkId top, lua_Type ttype_less, - lua_Type ttype_equal, lua_Type ttype_great, IMS op); +void luaV_comparison (lua_State *L); #endif -- cgit v1.2.3-55-g6feb