]> granicus.if.org Git - gc/commitdiff
* quick_threads.c: Include gcconfig.h, not boehm-config.h.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Nov 1999 01:26:31 +0000 (01:26 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:17 +0000 (10:54 +0400)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30360 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
quick_threads.c

index 4f39062df30f72d1236b4ce15b44992a10684463..80404ee850bfb7232dbd856d05eef4b236a68b39 100644 (file)
--- a/ChangeLog
+++ b/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.
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