configure.in: Update boehm-gc include dir for new GC version.
* configure.in: Update boehm-gc include dir for new GC version. * configure: Rebuilt. * exception.cc: Only include <gc.h>. Remove TRUE/FALSE hacks and extern "C" wrapper. * boehm.cc: Update includes for new GC version. MAKE_PROC is now GC_MAKE_PROC. mark_proc is now GC_mark_proc. * posix-threads.cc: Only include <gc.h>. Don't need to wrap with extern "C". From-SVN: r42380
This commit is contained in:
parent
9110a741e3
commit
1f4eb17d51
9 changed files with 313 additions and 324 deletions
|
@ -20,18 +20,7 @@ details. */
|
|||
|
||||
#include "unwind.h"
|
||||
|
||||
|
||||
// More nastiness: the GC wants to define TRUE and FALSE. We don't
|
||||
// need the Java definitions (themselves a hack), so we undefine them.
|
||||
#undef TRUE
|
||||
#undef FALSE
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <gc_priv.h>
|
||||
#include <gc_mark.h>
|
||||
#include <include/gc_gcj.h>
|
||||
};
|
||||
#include <gc.h>
|
||||
|
||||
|
||||
struct alignment_test_struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue