diff options
Diffstat (limited to 'libjava/exception.cc')
-rw-r--r-- | libjava/exception.cc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/libjava/exception.cc b/libjava/exception.cc index d734906..77e3e91 100644 --- a/libjava/exception.cc +++ b/libjava/exception.cc @@ -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 |