]> granicus.if.org Git - gc/commitdiff
2008-02-20 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Wed, 20 Feb 2008 20:17:20 +0000 (20:17 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:42 +0000 (21:06 +0400)
* include/private/gcconfig.h: Add misssing FREEBSD macro
consistency test.

ChangeLog
include/private/gcconfig.h

index a0207ad4056515a444f6cd196010a4f3806c340e..b1f14158dfa2556cf7bb4bb5adabba5ecad6decd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index f98f92402616d864f79cb837dc263f2fd16a4fe1..a7128f148910d5af538a2298cab26a845baa064d 100644 (file)
 # 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