diff options
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 3.33 1997/04/11 21:34:53 roberto Exp roberto $ | 3 | ** $Id: opcode.h,v 3.35 1997/07/03 22:06:06 roberto Exp $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -168,4 +168,6 @@ void luaI_gcIM (TObject *o); | |||
168 | int luaI_dorun (TFunc *tf); | 168 | int luaI_dorun (TFunc *tf); |
169 | int lua_domain (void); | 169 | int lua_domain (void); |
170 | 170 | ||
171 | extern TObject luaI_errorim; | ||
172 | |||
171 | #endif | 173 | #endif |