diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 01:26:31 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 01:26:31 +0000 |
commit | b25561f891c9a42d90ab63d8f7c28cb2f363805b (patch) | |
tree | 66ba30615d5a84eaa152844b66a13f53cda6aa31 /boehm-gc | |
parent | 2a196eed51065569ffa26b8b6a72a832b825318f (diff) | |
download | gcc-b25561f891c9a42d90ab63d8f7c28cb2f363805b.tar.gz |
* 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
Diffstat (limited to 'boehm-gc')
-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 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 |