From 100bfec39a3de3029a97e645e7fe33877d7bbc2f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 31 Aug 2000 11:08:27 -0300 Subject: new implementation for `next' --- lapi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lapi.h') diff --git a/lapi.h b/lapi.h index e8c66393..7a475ac9 100644 --- a/lapi.h +++ b/lapi.h @@ -1,5 +1,5 @@ /* -** $Id: lapi.h,v 1.18 2000/05/08 20:49:05 roberto Exp roberto $ +** $Id: lapi.h,v 1.19 2000/08/28 17:57:04 roberto Exp roberto $ ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ @@ -13,6 +13,5 @@ TObject *luaA_index (lua_State *L, int index); void luaA_pushobject (lua_State *L, const TObject *o); -int luaA_next (lua_State *L, const Hash *t, int i); #endif -- cgit v1.2.3-55-g6feb