From 2877bad4c260d11c22c3b12e633d6b1ca3415789 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 19 Jan 2000 10:00:45 -0200 Subject: new debug API (first version) --- lapi.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lapi.h') diff --git a/lapi.h b/lapi.h index 9dc630e9..469fb272 100644 --- a/lapi.h +++ b/lapi.h @@ -1,5 +1,5 @@ /* -** $Id: lapi.h,v 1.11 1999/12/14 18:33:29 roberto Exp roberto $ +** $Id: lapi.h,v 1.12 1999/12/23 18:19:57 roberto Exp roberto $ ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ @@ -11,12 +11,6 @@ #include "lobject.h" -extern const lua_Type luaA_normtype[]; - -#define luaA_normalizedtype(o) (luaA_normtype[-ttype(o)]) - - -void luaA_setnormalized (TObject *d, const TObject *s); void luaA_checkCparams (lua_State *L, int nParams); const TObject *luaA_protovalue (const TObject *o); void luaA_pushobject (lua_State *L, const TObject *o); -- cgit v1.2.3-55-g6feb