aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-11-03 01:26:31 +0000
committerTom Tromey <tromey@cygnus.com>1999-11-03 01:26:31 +0000
commit323872dad6c3c39e0103b171baebc78fe752f5e4 (patch)
tree66ba30615d5a84eaa152844b66a13f53cda6aa31 /boehm-gc
parent632e031186080d9aea63983cb4aa4c392af857dd (diff)
* quick_threads.c: Include gcconfig.h, not boehm-config.h.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@30360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-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 4f39062df30..80404ee850b 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 adc26da6d59..be2e56466a1 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