diff options
author | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1994-10-17 17:03:23 -0200 |
---|---|---|
committer | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1994-10-17 17:03:23 -0200 |
commit | f8c8159362f4bb8820908085adcb06900ef33b4c (patch) | |
tree | 2cbe498f152dad434973e4b718ba04dd08ca3b83 /table.h | |
parent | d1c5f4294365e9c5dbcd7f57bd0e3d55b548329c (diff) | |
download | lua-f8c8159362f4bb8820908085adcb06900ef33b4c.tar.gz lua-f8c8159362f4bb8820908085adcb06900ef33b4c.tar.bz2 lua-f8c8159362f4bb8820908085adcb06900ef33b4c.zip |
adaptative garbage collection.
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** Module to control static tables | 2 | ** Module to control static tables |
3 | ** TeCGraf - PUC-Rio | 3 | ** TeCGraf - PUC-Rio |
4 | ** $Id: table.h,v 2.1 1994/04/20 22:07:57 celes Exp celes $ | 4 | ** $Id: table.h,v 2.2 1994/07/19 21:27:18 celes Exp $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -15,6 +15,7 @@ extern int lua_nfile; | |||
15 | 15 | ||
16 | extern Word lua_block; | 16 | extern Word lua_block; |
17 | extern Word lua_nentity; | 17 | extern Word lua_nentity; |
18 | extern Word lua_recovered; | ||
18 | 19 | ||
19 | 20 | ||
20 | void lua_initconstant (void); | 21 | void lua_initconstant (void); |