From 6b387e01b23a36c70e3fee94ffa3a796a2dc3596 Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Wed, 9 Nov 1994 16:10:58 -0200
Subject: lua_parse has a different interface

---
 opcode.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opcode.h b/opcode.h
index beb629a1..854651f8 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1,6 +1,6 @@
 /*
 ** TeCGraf - PUC-Rio
-** $Id: opcode.h,v 3.4 1994/11/07 15:20:56 roberto Exp roberto $
+** $Id: opcode.h,v 3.5 1994/11/07 16:34:44 roberto Exp roberto $
 */
 
 #ifndef opcode_h
@@ -158,7 +158,7 @@ char   *lua_strdup (char *l);
 void    lua_setinput   (Input fn);	/* from "lex.c" module */
 char   *lua_lasttext   (void);		/* from "lex.c" module */
 int     yylex (void);		        /* from "lex.c" module */
-Byte   *lua_parse      (void); 		/* from "lua.stx" module */
+void    lua_parse      (Byte **code);	/* from "lua.stx" module */
 void    lua_travstack (void (*fn)(Object *));
 void    luaI_setfallback (void);
 Object *luaI_Address (lua_Object o);
-- 
cgit v1.2.3-55-g6feb