This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: boehm.cc cleanup
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: boehm.cc cleanup
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 02 Nov 1999 18:18:15 -0700
- Reply-To: tromey at cygnus dot com
This patch fixes boehm.cc to account for the removal of config.h and
boehm-config.h.
1999-11-02 Tom Tromey <tromey@cygnus.com>
* boehm.cc: Don't include boehm-config.h.
Tom
Index: boehm.cc
===================================================================
RCS file: /cvs/java/libgcj/libjava/boehm.cc,v
retrieving revision 1.9
diff -u -r1.9 boehm.cc
--- boehm.cc 1999/11/02 00:12:10 1.9
+++ boehm.cc 1999/11/03 01:13:47
@@ -23,12 +23,8 @@
#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>