* tests/test.c: Call GC_INIT for DARWIN; test system type using
gcconfig.h-defined macros.
+2008-01-31 Hans Boehm <Hans.Boehm@hp.com> (mostly from Andreas Tobler)
+
+ * tests/test.c: Call GC_INIT for DARWIN; test system type using
+ gcconfig.h-defined macros.
+
2008-01-29 Hans Boehm <Hans.Boehm@hp.com>
* allchblk.c (GC_merge_unmapped, GC_freehblk): Refuse to create
/* Call GC_INIT only on platforms on which we think we really need it, */
/* so that we can test automatic initialization on the rest. */
-#if defined(__CYGWIN32__) || defined (_AIX)
+#if defined(CYGWIN32) || defined (AIX) || defined(DARWIN)
# define GC_COND_INIT() GC_INIT()
#else
# define GC_COND_INIT()