summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
commit64097041c48070deb2e9d88c55efb41ba77cdd9b (patch)
tree45f4d62fdb4c42a0020c233010304e5bd3468606 /opcode.h
parent75ed5043820e07eeb6405e42ac3c9cbad990466d (diff)
downloadlua-github-64097041c48070deb2e9d88c55efb41ba77cdd9b.tar.gz
LUA intermediate code interpreter
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index b32969d5..e7d505f3 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1,7 +1,6 @@
/*
-** opcode.h
** TeCGraf - PUC-Rio
-** 16 Apr 92
+** $Id: $
*/
#ifndef opcode_h
@@ -140,5 +139,7 @@ int lua_parse (void); /* from "lua.stx" module */
void lua_type (void);
void lua_obj2number (void);
void lua_print (void);
+void lua_internaldofile (void);
+void lua_internaldostring (void);
#endif