1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

fallback for garbage collection

This commit is contained in:
Roberto Ierusalimschy
1994-11-10 15:36:54 -02:00
parent 9deac27704
commit 8a0521fa52
5 changed files with 58 additions and 25 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/*
** TeCGraf - PUC-Rio
** $Id: opcode.h,v 3.6 1994/11/09 18:10:58 roberto Exp roberto $
** $Id: opcode.h,v 3.7 1994/11/10 17:11:52 roberto Exp roberto $
*/
#ifndef opcode_h
@@ -162,5 +162,6 @@ void lua_parse (Byte **code); /* from "lua.stx" module */
void lua_travstack (void (*fn)(Object *));
Object *luaI_Address (lua_Object o);
void luaI_pushobject (Object *o);
void luaI_gcFB (Object *o);
#endif