garbage collection tag for strings organized in struct TaggedString

This commit is contained in:
Roberto Ierusalimschy
1994-11-23 12:32:00 -02:00
parent ad0ec203f6
commit d490555ec9
7 changed files with 57 additions and 54 deletions

View File

@@ -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;