]> 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 02:13:40 +0000 (02:13 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 3 Nov 1999 02:13:40 +0000 (02:13 +0000)
1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

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

From-SVN: r30361

libjava/ChangeLog
libjava/posix-threads.cc

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