[patch] posix-threads -vs- boehm-config

Bryce McKinlay bryce@albatross.co.nz
Tue Nov 2 18:13:00 GMT 1999


I've committed the following:

1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

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

regards

  [ bryce ]


===================================================================
RCS file: /cvs/java/libgcj/libjava/posix-threads.cc,v
diff -u -r1.10 posix-threads.cc
--- posix-threads.cc    1999/09/10 22:03:05     1.10
+++ posix-threads.cc    1999/11/03 02:10:46
@@ -18,7 +18,6 @@
 #ifdef HAVE_BOEHM_GC
 extern "C"
 {
-#include <boehm-config.h>
 #include <gc.h>
 };
 #endif /* HAVE_BOEHM_GC */





More information about the Java-patches mailing list