diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1995-01-12 12:19:04 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1995-01-12 12:19:04 -0200 |
| commit | 8faf4d1de2cbda61ae871fc23091deff3672e0fc (patch) | |
| tree | c31722dca150cfc776ce5cb92dd771399446631f /tree.h | |
| parent | 53c0a0f43c5ced8e5f7435aa50f1bfb1e5371992 (diff) | |
| download | lua-8faf4d1de2cbda61ae871fc23091deff3672e0fc.tar.gz lua-8faf4d1de2cbda61ae871fc23091deff3672e0fc.tar.bz2 lua-8faf4d1de2cbda61ae871fc23091deff3672e0fc.zip | |
control of garbage collection is done with Longs, as there can be
more than WORD objects to collect.
Diffstat (limited to '')
| -rw-r--r-- | tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** tree.h | 2 | ** tree.h |
| 3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
| 4 | ** $Id: tree.h,v 1.7 1994/11/25 19:27:03 roberto Exp roberto $ | 4 | ** $Id: tree.h,v 1.8 1994/12/20 21:20:36 roberto Exp roberto $ |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef tree_h | 7 | #ifndef tree_h |
| @@ -31,7 +31,7 @@ typedef struct TreeNode | |||
| 31 | 31 | ||
| 32 | TaggedString *lua_createstring (char *str); | 32 | TaggedString *lua_createstring (char *str); |
| 33 | TreeNode *lua_constcreate (char *str); | 33 | TreeNode *lua_constcreate (char *str); |
| 34 | Word lua_strcollector (void); | 34 | Long lua_strcollector (void); |
| 35 | TreeNode *lua_varnext (char *n); | 35 | TreeNode *lua_varnext (char *n); |
| 36 | 36 | ||
| 37 | #endif | 37 | #endif |
