From d490555ec9d5efb886211f735694d4e7dd0c166d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 23 Nov 1994 12:32:00 -0200 Subject: garbage collection tag for strings organized in struct TaggedString --- table.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'table.h') diff --git a/table.h b/table.h index 0c2f0c0a..d65751f8 100644 --- a/table.h +++ b/table.h @@ -1,16 +1,17 @@ /* ** Module to control static tables ** TeCGraf - PUC-Rio -** $Id: table.h,v 2.7 1994/11/17 13:58:57 roberto Exp roberto $ +** $Id: table.h,v 2.8 1994/11/18 19:27:38 roberto Exp roberto $ */ #ifndef table_h #define table_h #include "tree.h" +#include "opcode.h" extern Symbol *lua_table; -extern char **lua_constant; +extern TaggedString **lua_constant; extern char *lua_file[]; extern int lua_nfile; -- cgit v1.2.3-55-g6feb