diff options
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** opcode.h | ||
3 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
4 | ** 16 Apr 92 | 3 | ** $Id: $ |
5 | */ | 4 | */ |
6 | 5 | ||
7 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -140,5 +139,7 @@ int lua_parse (void); /* from "lua.stx" module */ | |||
140 | void lua_type (void); | 139 | void lua_type (void); |
141 | void lua_obj2number (void); | 140 | void lua_obj2number (void); |
142 | void lua_print (void); | 141 | void lua_print (void); |
142 | void lua_internaldofile (void); | ||
143 | void lua_internaldostring (void); | ||
143 | 144 | ||
144 | #endif | 145 | #endif |