summaryrefslogtreecommitdiff
path: root/allchblk.c
diff options
context:
space:
mode:
authorivmai <ivmai>2009-10-08 07:17:23 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:49 +0400
commited9a5bdab01a1f9932cde6a26d9d6ed5f000c174 (patch)
treee1eb61ee3c5df92e7ca1accc00e96662b250e852 /allchblk.c
parent86ee54750cd1ffde6e0c76003cc87fe9a7b142cc (diff)
downloadbdwgc-ed9a5bdab01a1f9932cde6a26d9d6ed5f000c174.tar.gz
2009-10-08 Ivan Maidanski <ivmai@mail.ru>
* Makefile.direct: Move "define arguments" documentation to doc/README.macros; add reference to doc/README.macros. * Makefile.dj: Change the documentation reference to doc/README.macros. * README.QUICK: Ditto. * configure.ac: Ditto. * allchblk.c: Remove unnecessary "-D" from the comment. * doc/README.macros: Ditto. * README.environment: Ditto. * include/gc.h: Ditto. * include/gc_inline.h: Ditto. * include/private/gcconfig.h: Ditto. * README.QUICK: Fix a typo. * README.QUICK: Expand all tabs to spaces. * configure: Regenerate. * include/private/config.h.in: Ditto.
Diffstat (limited to 'allchblk.c')
-rw-r--r--allchblk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/allchblk.c b/allchblk.c
index 70ce1610..93ff5517 100644
--- a/allchblk.c
+++ b/allchblk.c
@@ -879,7 +879,7 @@ GC_freehblk(struct hblk *hbp)
}
}
/* FIXME: It is not clear we really always want to do these merges */
- /* with -DUSE_MUNMAP, since it updates ages and hence prevents */
+ /* with USE_MUNMAP, since it updates ages and hence prevents */
/* unmapping. */
GC_large_free_bytes += size;