diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-11-03 01:26:31 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-11-03 01:26:31 +0000 |
commit | a3feaa92e076f53afffc51b9e72ed901dab7e4df (patch) | |
tree | 66ba30615d5a84eaa152844b66a13f53cda6aa31 | |
parent | 965fe4f16fa90fd160755b3d9fa3c5755d4047b2 (diff) | |
download | gcc-a3feaa92e076f53afffc51b9e72ed901dab7e4df.zip gcc-a3feaa92e076f53afffc51b9e72ed901dab7e4df.tar.gz gcc-a3feaa92e076f53afffc51b9e72ed901dab7e4df.tar.bz2 |
* quick_threads.c: Include gcconfig.h, not boehm-config.h.
From-SVN: r30360
-rw-r--r-- | boehm-gc/ChangeLog | 2 | ||||
-rw-r--r-- | boehm-gc/quick_threads.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 4f39062..80404ee 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,5 +1,7 @@ 1999-11-02 Tom Tromey <tromey@cygnus.com> + * 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/boehm-gc/quick_threads.c b/boehm-gc/quick_threads.c index adc26da..be2e564 100644 --- a/boehm-gc/quick_threads.c +++ b/boehm-gc/quick_threads.c @@ -3,7 +3,7 @@ * Copyright (c) 1998, 1999 Cygnus Solutions. */ -#include "boehm-config.h" +#include "gcconfig.h" #ifdef QUICK_THREADS |