From bad6365540ad9e17e51137a6797ff196d6b8d2a1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 8 May 2000 17:49:05 -0300 Subject: details --- lapi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lapi.h') diff --git a/lapi.h b/lapi.h index ec0fa707..05153d6d 100644 --- a/lapi.h +++ b/lapi.h @@ -1,5 +1,5 @@ /* -** $Id: lapi.h,v 1.16 2000/03/29 20:19:20 roberto Exp roberto $ +** $Id: lapi.h,v 1.17 2000/05/08 19:32:53 roberto Exp roberto $ ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ @@ -15,6 +15,5 @@ void luaA_checkCargs (lua_State *L, int nargs); void luaA_pushobject (lua_State *L, const TObject *o); int luaA_next (lua_State *L, const Hash *t, int i); lua_Object luaA_putluaObject (lua_State *L, const TObject *o); -lua_Object luaA_putObjectOnTop (lua_State *L); #endif -- cgit v1.2.3-55-g6feb