aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-11-03 01:26:31 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-11-03 01:26:31 +0000
commita3feaa92e076f53afffc51b9e72ed901dab7e4df (patch)
tree66ba30615d5a84eaa152844b66a13f53cda6aa31
parent965fe4f16fa90fd160755b3d9fa3c5755d4047b2 (diff)
downloadgcc-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/ChangeLog2
-rw-r--r--boehm-gc/quick_threads.c2
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