Commit 965fe4f1 by Tom Tromey Committed by Tom Tromey

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

From-SVN: r30359
parent 89de952f
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.
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment