changes in garbage collection control

This commit is contained in:
Roberto Ierusalimschy
1994-11-17 11:58:57 -02:00
parent d6a1699e37
commit b234da1cc2
7 changed files with 40 additions and 49 deletions

4
tree.h
View File

@@ -1,7 +1,7 @@
/*
** tree.h
** TecCGraf - PUC-Rio
** $Id: tree.h,v 1.2 1994/11/14 21:40:14 roberto Exp roberto $
** $Id: tree.h,v 1.3 1994/11/16 16:03:48 roberto Exp roberto $
*/
#ifndef tree_h
@@ -30,7 +30,7 @@ typedef struct TreeNode
char *lua_strcreate (char *str);
TreeNode *lua_constcreate (char *str);
void lua_strcollector (void);
int lua_strcollector (void);
TreeNode *lua_varnext (char *n);
#endif