compatibility with old fallback system now provided by external module

This commit is contained in:
Roberto Ierusalimschy
1999-09-20 11:57:29 -03:00
parent e10788b2ff
commit 04265655a8
5 changed files with 13 additions and 130 deletions

3
lapi.h
View File

@@ -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