diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-25 22:29:46 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-25 22:29:46 -0800 |
commit | 726b6135ca27195d74c344a91164993c4e2eb517 (patch) | |
tree | 9248f051d5e351cfd49c02fe0f2acd13f24ddfa3 /gc.c | |
parent | 9949e6993e1a11a9ba2231a0cc4d1cb210640682 (diff) | |
download | txr-726b6135ca27195d74c344a91164993c4e2eb517.tar.gz txr-726b6135ca27195d74c344a91164993c4e2eb517.tar.bz2 txr-726b6135ca27195d74c344a91164993c4e2eb517.zip |
Fixing weak hash tables.
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,8 +43,6 @@ #define PROT_STACK_SIZE 1024 #define HEAP_SIZE 16384 -#define REACHABLE 0x100 -#define FREE 0x200 typedef struct heap { struct heap *next; |