integration with undump (execution of pre-compiled chuncks)

This commit is contained in:
Roberto Ierusalimschy
1996-03-15 10:13:13 -03:00
parent f86c1367db
commit 3e1f731826
2 changed files with 32 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
/*
** TeCGraf - PUC-Rio
** $Id: opcode.h,v 3.18 1996/03/01 16:54:00 roberto Exp $
** $Id: opcode.h,v 3.19 1996/03/06 13:11:23 roberto Exp $
*/
#ifndef opcode_h
@@ -138,5 +138,6 @@ void lua_travstack (int (*fn)(Object *));
Object *luaI_Address (lua_Object o);
void luaI_pushobject (Object *o);
void luaI_gcFB (Object *o);
int luaI_dorun (TFunc *tf);
#endif