From 88c7b574cb5ac0402178b9c61fabe8fc50152e3c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 4 Mar 2002 18:29:41 -0300 Subject: `luaA_index' is a local macro now --- lapi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lapi.h') diff --git a/lapi.h b/lapi.h index 7a475ac9..61f18b88 100644 --- a/lapi.h +++ b/lapi.h @@ -1,5 +1,5 @@ /* -** $Id: lapi.h,v 1.19 2000/08/28 17:57:04 roberto Exp roberto $ +** $Id: lapi.h,v 1.20 2000/08/31 14:08:27 roberto Exp roberto $ ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ @@ -11,7 +11,6 @@ #include "lobject.h" -TObject *luaA_index (lua_State *L, int index); void luaA_pushobject (lua_State *L, const TObject *o); #endif -- cgit v1.2.3-55-g6feb