aboutsummaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index f48e50fd..38202f6e 100644
--- a/opcode.h
+++ b/opcode.h
@@ -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);
159void lua_print (void); 159void lua_print (void);
160void lua_internaldofile (void); 160void lua_internaldofile (void);
161void lua_internaldostring (void); 161void lua_internaldostring (void);
162void lua_travstack (void (*fn)(Object *));
162 163
163#endif 164#endif