From: hboehm Date: Wed, 20 Feb 2008 20:17:20 +0000 (+0000) Subject: 2008-02-20 Hans Boehm X-Git-Tag: gc7_1alpha3-20080220~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd4938762e45fdf3210af6223b4d0280b3936d48;p=gc 2008-02-20 Hans Boehm * include/private/gcconfig.h: Add misssing FREEBSD macro consistency test. --- diff --git a/ChangeLog b/ChangeLog index a0207ad4..b1f14158 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-20 Hans Boehm + + * include/private/gcconfig.h: Add misssing FREEBSD macro + consistency test. + 2008-02-20 Hans Boehm * allchblk.c (GC_enough_large_bytes_left): No longer take diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index f98f9240..a7128f14 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -2175,6 +2175,9 @@ # 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