diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-09-24 18:46:44 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-09-24 18:46:44 -0300 |
| commit | e5ec547eb36090bb884378a23743a60e4f9f8bb7 (patch) | |
| tree | c9bcba8846caae9c89cce8884d9e2eea426b7500 /opcode.h | |
| parent | 6d383202dca4535866a339f17202e40b2775d160 (diff) | |
| download | lua-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -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); | |||
| 122 | void luaI_pushobject (Object *o); | 122 | void luaI_pushobject (Object *o); |
| 123 | void luaI_gcFB (Object *o); | 123 | void luaI_gcFB (Object *o); |
| 124 | int luaI_dorun (TFunc *tf); | 124 | int luaI_dorun (TFunc *tf); |
| 125 | void luaI_packarg (Object *firstelem, Object *arg); | ||
| 126 | 125 | ||
| 127 | #endif | 126 | #endif |
