From 94686ce58554a80374eeff115ee5b87c184ed173 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 16 Nov 1994 14:03:48 -0200 Subject: correction of function 'nextvar' --- tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tree.h') diff --git a/tree.h b/tree.h index 0e7c27c9..7587f4ec 100644 --- a/tree.h +++ b/tree.h @@ -1,7 +1,7 @@ /* ** tree.h ** TecCGraf - PUC-Rio -** $Id: tree.h,v 1.1 1994/07/19 21:24:17 celes Exp roberto $ +** $Id: tree.h,v 1.2 1994/11/14 21:40:14 roberto Exp roberto $ */ #ifndef tree_h @@ -31,6 +31,6 @@ typedef struct TreeNode char *lua_strcreate (char *str); TreeNode *lua_constcreate (char *str); void lua_strcollector (void); -char *lua_varnext (char *n); +TreeNode *lua_varnext (char *n); #endif -- cgit v1.2.3-55-g6feb