compatibility with old fallback system now provided by external module
This commit is contained in:
3
lapi.h
3
lapi.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lapi.h,v 1.4 1999/02/23 14:57:28 roberto Exp roberto $
|
||||
** $Id: lapi.h,v 1.5 1999/08/16 20:52:00 roberto Exp roberto $
|
||||
** Auxiliary functions from Lua API
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -18,5 +18,6 @@ void luaA_packresults (void);
|
||||
int luaA_passresults (void);
|
||||
TaggedString *luaA_nextvar (TaggedString *g);
|
||||
int luaA_next (const Hash *t, int i);
|
||||
lua_Object put_luaObjectonTop (void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user