* boehm.cc: Don't include boehm-config.h.
authorTom Tromey <tromey@cygnus.com>
Wed, 3 Nov 1999 01:15:40 +0000 (01:15 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 3 Nov 1999 01:15:40 +0000 (01:15 +0000)
From-SVN: r30359

libjava/ChangeLog
libjava/boehm.cc

index cad83603c9d545259bbd118d962df312c6f89df6..46d5502e66e7ab2cd0a703d75b555821ac44f99b 100644 (file)
@@ -1,3 +1,7 @@
+1999-11-02  Tom Tromey  <tromey@cygnus.com>
+
+       * boehm.cc: Don't include boehm-config.h.
+
 1999-11-01  Tom Tromey  <tromey@cygnus.com>
 
        * boehm.cc (_Jv_InitGC): Set GC_java_finalization.
index 39fc9af9b09893eca0ed1c64b54168b68eec9f22..33800edb410dfba97d3d0a1404742de0bd22d1b7 100644 (file)
@@ -23,12 +23,8 @@ details.  */
 #undef TRUE
 #undef FALSE
 
-// We need to include gc_priv.h.  However, it tries to include
-// config.h if it hasn't already been included.  So we force the
-// inclusion of the Boehm config.h.
 extern "C"
 {
-#include <boehm-config.h>
 #include <gc_priv.h>
 #include <gc_mark.h>