summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
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 @@
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 */
140void lua_type (void); 139void lua_type (void);
141void lua_obj2number (void); 140void lua_obj2number (void);
142void lua_print (void); 141void lua_print (void);
142void lua_internaldofile (void);
143void lua_internaldostring (void);
143 144
144#endif 145#endif