summaryrefslogtreecommitdiff
path: root/mallocx.c
diff options
context:
space:
mode:
authorivmai <ivmai>2009-10-06 08:01:01 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:49 +0400
commit548d9e5819d2c86931574855d748911fad689aa7 (patch)
tree81bfca9d0fa1a28d739d793f9ac51176b68a1e3b /mallocx.c
parentbe0fe7f67e7bf67b7d998ceecba2f9d37e4bf0c2 (diff)
downloadbdwgc-548d9e5819d2c86931574855d748911fad689aa7.tar.gz
2009-10-06 Ivan Maidanski <ivmai@mail.ru>
* include/gc.h: Reformat the code (make the indentation style uniform across the file). * include/gc.h (GC_SOLARIS_THREADS): Don't check for. * include/gc.h (GC_MIN, GC_MAX): Don't define. * mallocx.c (GC_malloc_many): Add comment to #endif.
Diffstat (limited to 'mallocx.c')
-rw-r--r--mallocx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mallocx.c b/mallocx.c
index 5d040811..64bea049 100644
--- a/mallocx.c
+++ b/mallocx.c
@@ -436,7 +436,7 @@ GC_API void * GC_CALL GC_malloc_many(size_t lb)
/* Note that the "atomic" version of this would be unsafe, since the */
/* links would not be seen by the collector. */
-# endif
+#endif /* THREADS */
/* Allocate lb bytes of pointerful, traced, but not collectable data */
GC_API void * GC_CALL GC_malloc_uncollectable(size_t lb)