From 852d9a859733ebf7322474c05244105e4f2748a2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 3 Nov 1994 19:48:36 -0200 Subject: function 'lua_addfile' returns an error message --- table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index 2ef50b0a..a885f201 100644 --- a/table.h +++ b/table.h @@ -1,7 +1,7 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.2 1994/07/19 21:27:18 celes Exp $ +** $Id: table.h,v 2.3 1994/10/17 19:03:23 celes Exp roberto $ */ #ifndef table_h @@ -25,7 +25,7 @@ void lua_travsymbol (void (*fn)(Object *)); void lua_markobject (Object *o); void lua_pack (void); char *lua_createstring (char *s); -int lua_addfile (char *fn); +char *lua_addfile (char *fn); int lua_delfile (void); char *lua_filename (void); void lua_nextvar (void); -- cgit v1.2.3-55-g6feb