* include/private/gcconfig.h: Add misssing FREEBSD macro
consistency test.
+2008-02-20 Hans Boehm <Hans.Boehm@hp.com>
+
+ * include/private/gcconfig.h: Add misssing FREEBSD macro
+ consistency test.
+
2008-02-20 Hans Boehm <Hans.Boehm@hp.com>
* allchblk.c (GC_enough_large_bytes_left): No longer take
# if defined(GC_NETBSD_THREADS) && !defined(NETBSD)
--> inconsistent configuration
# endif
+# if defined(GC_FREEBSD_THREADS) && !defined(FREEBSD)
+ --> inconsistent configuration
+# endif
# if defined(GC_SOLARIS_THREADS) && !defined(SOLARIS)
--> inconsistent configuration
# endif