"call" returns separate results, instead of a table.

This commit is contained in:
Roberto Ierusalimschy
1996-09-24 18:46:44 -03:00
parent 6d383202dc
commit e5ec547eb3
3 changed files with 17 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
/*
** TeCGraf - PUC-Rio
** $Id: opcode.h,v 3.20 1996/03/15 13:13:13 roberto Exp roberto $
** $Id: opcode.h,v 3.21 1996/05/28 21:07:32 roberto Exp roberto $
*/
#ifndef opcode_h
@@ -122,6 +122,5 @@ Object *luaI_Address (lua_Object o);
void luaI_pushobject (Object *o);
void luaI_gcFB (Object *o);
int luaI_dorun (TFunc *tf);
void luaI_packarg (Object *firstelem, Object *arg);
#endif