* quick_threads.c: Include gcconfig.h, not boehm-config.h.
authorTom Tromey <tromey@cygnus.com>
Wed, 3 Nov 1999 01:26:31 +0000 (01:26 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 3 Nov 1999 01:26:31 +0000 (01:26 +0000)
From-SVN: r30360

boehm-gc/ChangeLog
boehm-gc/quick_threads.c

index 4f39062df30f72d1236b4ce15b44992a10684463..80404ee850bfb7232dbd856d05eef4b236a68b39 100644 (file)
@@ -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.
index adc26da6d59419d26eaf4b44d2629846132d1892..be2e56466a132e2943dca5f7b518cce9919bae38 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 1998, 1999 Cygnus Solutions.
  */
 
-#include "boehm-config.h"
+#include "gcconfig.h"
 
 #ifdef QUICK_THREADS