diff options
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 1.3 1994/02/13 20:35:53 roberto Exp celes $ | 3 | ** $Id: opcode.h,v 1.4 1994/04/13 21:37:20 celes Exp celes $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -159,5 +159,6 @@ void lua_obj2number (void); | |||
159 | void lua_print (void); | 159 | void lua_print (void); |
160 | void lua_internaldofile (void); | 160 | void lua_internaldofile (void); |
161 | void lua_internaldostring (void); | 161 | void lua_internaldostring (void); |
162 | void lua_travstack (void (*fn)(Object *)); | ||
162 | 163 | ||
163 | #endif | 164 | #endif |