diff options
author | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 16:41:19 -0200 |
---|---|---|
committer | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1993-12-17 16:41:19 -0200 |
commit | 64097041c48070deb2e9d88c55efb41ba77cdd9b (patch) | |
tree | 45f4d62fdb4c42a0020c233010304e5bd3468606 /opcode.h | |
parent | 75ed5043820e07eeb6405e42ac3c9cbad990466d (diff) | |
download | lua-64097041c48070deb2e9d88c55efb41ba77cdd9b.tar.gz lua-64097041c48070deb2e9d88c55efb41ba77cdd9b.tar.bz2 lua-64097041c48070deb2e9d88c55efb41ba77cdd9b.zip |
LUA intermediate code interpreter
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 |