This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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 */




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]