From bd4938762e45fdf3210af6223b4d0280b3936d48 Mon Sep 17 00:00:00 2001 From: hboehm Date: Wed, 20 Feb 2008 20:17:20 +0000 Subject: [PATCH] 2008-02-20 Hans Boehm * include/private/gcconfig.h: Add misssing FREEBSD macro consistency test. --- ChangeLog | 5 +++++ include/private/gcconfig.h | 3 +++ 2 files changed, 8 insertions(+) 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 -- 2.40.0