From: andreast Date: Mon, 16 Aug 2004 16:32:26 +0000 (+0000) Subject: 2004-08-16 Andreas Tobler X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18a4016677556fb57cdb350c558c95c226075e28;p=gc 2004-08-16 Andreas Tobler * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" since they're not known at this time. * solaris_pthreads.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86062 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index c9281e70..c7895bad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-16 Andreas Tobler + + * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" + since they're not known at this time. + * solaris_pthreads.c: Likewise. + 2004-08-15 Andreas Tobler PR target/14931 diff --git a/solaris_pthreads.c b/solaris_pthreads.c index 1e43d090..90f60058 100644 --- a/solaris_pthreads.c +++ b/solaris_pthreads.c @@ -16,9 +16,8 @@ * Modified by Peter C. for Solaris Posix Threads. */ -# if defined(GC_SOLARIS_PTHREADS) || defined(GC_THREADS) -# include "private/gc_priv.h" -# endif +#include "private/gc_priv.h" + # if defined(GC_SOLARIS_PTHREADS) # include # include diff --git a/solaris_threads.c b/solaris_threads.c index 0a07690a..b599c581 100644 --- a/solaris_threads.c +++ b/solaris_threads.c @@ -16,10 +16,7 @@ */ /* Boehm, September 14, 1994 4:44 pm PDT */ -# if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS) \ - || defined(GC_THREADS) -# include "private/gc_priv.h" -# endif +#include "private/gc_priv.h" # if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS) # include "private/solaris_threads.h"