Patch: boehm.cc cleanup
Tom Tromey
tromey@cygnus.com
Tue Nov 2 17:14:00 GMT 1999
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>
More information about the Java-patches
mailing list