aboutsummaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-09-24 18:46:44 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-09-24 18:46:44 -0300
commite5ec547eb36090bb884378a23743a60e4f9f8bb7 (patch)
treec9bcba8846caae9c89cce8884d9e2eea426b7500 /opcode.h
parent6d383202dca4535866a339f17202e40b2775d160 (diff)
downloadlua-e5ec547eb36090bb884378a23743a60e4f9f8bb7.tar.gz
lua-e5ec547eb36090bb884378a23743a60e4f9f8bb7.tar.bz2
lua-e5ec547eb36090bb884378a23743a60e4f9f8bb7.zip
"call" returns separate results, instead of a table.
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index 85ec1cb8..b689d6da 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1,6 +1,6 @@
1/* 1/*
2** TeCGraf - PUC-Rio 2** TeCGraf - PUC-Rio
3** $Id: opcode.h,v 3.20 1996/03/15 13:13:13 roberto Exp roberto $ 3** $Id: opcode.h,v 3.21 1996/05/28 21:07:32 roberto Exp roberto $
4*/ 4*/
5 5
6#ifndef opcode_h 6#ifndef opcode_h
@@ -122,6 +122,5 @@ Object *luaI_Address (lua_Object o);
122void luaI_pushobject (Object *o); 122void luaI_pushobject (Object *o);
123void luaI_gcFB (Object *o); 123void luaI_gcFB (Object *o);
124int luaI_dorun (TFunc *tf); 124int luaI_dorun (TFunc *tf);
125void luaI_packarg (Object *firstelem, Object *arg);
126 125
127#endif 126#endif