aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-03-06 10:11:23 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-03-06 10:11:23 -0300
commitb58225e93b32af07612c2aa1675f50961094d4e0 (patch)
tree1de28a317c038769ad3ba7f8f8517b7b4e01e6ae
parent852b91946547a2fdaf971705ddd5ee854fccbf9c (diff)
downloadlua-b58225e93b32af07612c2aa1675f50961094d4e0.tar.gz
lua-b58225e93b32af07612c2aa1675f50961094d4e0.tar.bz2
lua-b58225e93b32af07612c2aa1675f50961094d4e0.zip
unused declaration removed.
-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 *));