aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/opcode.h b/opcode.h
index 032baf4c..ec5b45ca 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 3.17 1996/02/13 17:30:39 roberto Exp roberto $ 3** $Id: opcode.h,v 3.18 1996/03/01 16:54:00 roberto Exp $
4*/ 4*/
5 5
6#ifndef opcode_h 6#ifndef opcode_h
@@ -132,8 +132,6 @@ typedef union
132 132
133 133
134/* Exported functions */ 134/* Exported functions */
135char *lua_strdup (char *l);
136
137void lua_parse (TFunc *tf); /* from "lua.stx" module */ 135void lua_parse (TFunc *tf); /* from "lua.stx" module */
138void luaI_codedebugline (int line); /* from "lua.stx" module */ 136void luaI_codedebugline (int line); /* from "lua.stx" module */
139void lua_travstack (int (*fn)(Object *)); 137void lua_travstack (int (*fn)(Object *));