OSDN Git Service

1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Nov 1999 03:10:22 +0000 (03:10 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Nov 1999 03:10:22 +0000 (03:10 +0000)
        * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h
        instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30365 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/posix-threads.cc

index 209e53e..012848e 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 4e3eacd..ffd2f62 100644 (file)
@@ -18,6 +18,7 @@ details.  */
 #ifdef HAVE_BOEHM_GC
 extern "C"
 {
+#include <gcconfig.h>
 #include <gc.h>
 };
 #endif /* HAVE_BOEHM_GC */