diff options
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 |
