]> gcc.gnu.org Git - gcc.git/commitdiff
posix-threads.cc: Don't include boehm-config.h.
authorBryce McKinlay <bryce@albatross.co.nz>
Wed, 3 Nov 1999 03:10:22 +0000 (03:10 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 3 Nov 1999 03:10:22 +0000 (03:10 +0000)
1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

        * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h
        instead.

From-SVN: r30365

libjava/ChangeLog
libjava/posix-threads.cc

index 209e53e2fe23a62bb079204eb642af946da9ed3c..012848ee3a8b50142df4b09cee382bdcba21c149 100644 (file)
@@ -1,6 +1,7 @@
 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
 
-       * posix-threads.cc: Don't include boehm-config.h.
+       * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h 
+       instead.
 
 1999-11-02  Tom Tromey  <tromey@cygnus.com>
 
index 4e3eacd43836948992b423fb44749bcc8d2ffef1..ffd2f62fac19fe83be7ec494e6be055626369fc5 100644 (file)
@@ -18,6 +18,7 @@ details.  */
 #ifdef HAVE_BOEHM_GC
 extern "C"
 {
+#include <gcconfig.h>
 #include <gc.h>
 };
 #endif /* HAVE_BOEHM_GC */
This page took 0.069334 seconds and 5 git commands to generate.