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

From-SVN: r30359
This commit is contained in:
Tom Tromey 1999-11-03 01:15:40 +00:00 committed by Tom Tromey
parent 89de952f8f
commit 965fe4f16f
2 changed files with 4 additions and 4 deletions

View 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.

View 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>