new debug API (first version)
This commit is contained in:
8
lapi.h
8
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);
|
||||
|
||||
Reference in New Issue
Block a user