From: tromey Date: Wed, 3 Nov 1999 01:26:31 +0000 (+0000) Subject: * quick_threads.c: Include gcconfig.h, not boehm-config.h. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a75721f90d5a9bbc3899ead7237bf50d2c989293;p=gc * quick_threads.c: Include gcconfig.h, not boehm-config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30360 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 4f39062d..80404ee8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-11-02 Tom Tromey + * quick_threads.c: Include gcconfig.h, not boehm-config.h. + * configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. diff --git a/quick_threads.c b/quick_threads.c index adc26da6..be2e5646 100644 --- a/quick_threads.c +++ b/quick_threads.c @@ -3,7 +3,7 @@ * Copyright (c) 1998, 1999 Cygnus Solutions. */ -#include "boehm-config.h" +#include "gcconfig.h" #ifdef QUICK_THREADS