From 0892f0e5b75c51f1fee07276a3ba13301b83409e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 30 Jul 1997 19:00:50 -0300 Subject: BIG CHANGE: functions have their own "constant table". --- inout.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inout.h') diff --git a/inout.h b/inout.h index 77e85978..c3dccdf1 100644 --- a/inout.h +++ b/inout.h @@ -1,5 +1,5 @@ /* -** $Id: inout.h,v 1.19 1997/06/18 20:35:49 roberto Exp roberto $ +** $Id: inout.h,v 1.20 1997/06/19 18:04:34 roberto Exp roberto $ */ @@ -7,12 +7,13 @@ #define inout_h #include "types.h" +#include "tree.h" #include extern Word lua_linenumber; extern Word lua_debugline; -extern char *lua_parsedfile; +extern TaggedString *lua_parsedfile; void luaI_setparsedfile (char *name); -- cgit v1.2.3-55-g6feb