lua

A copy of the Lua development repository
Log | Files | Refs | README

commit b58225e93b32af07612c2aa1675f50961094d4e0
parent 852b91946547a2fdaf971705ddd5ee854fccbf9c
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed,  6 Mar 1996 10:11:03 -0300

unused declaration removed.

Diffstat:
Mopcode.h | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/opcode.h b/opcode.h @@ -1,6 +1,6 @@ /* ** TeCGraf - PUC-Rio -** $Id: opcode.h,v 3.17 1996/02/13 17:30:39 roberto Exp roberto $ +** $Id: opcode.h,v 3.18 1996/03/01 16:54:00 roberto Exp $ */ #ifndef opcode_h @@ -132,8 +132,6 @@ typedef union /* Exported functions */ -char *lua_strdup (char *l); - void lua_parse (TFunc *tf); /* from "lua.stx" module */ void luaI_codedebugline (int line); /* from "lua.stx" module */ void lua_travstack (int (*fn)(Object *));