[patch][boehm-gc update] remove GC_clear_stack declaration
Matthias Klose <[email protected]>
| Newsgroups | gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
GC_clear_stack is now exported by default. removing the re-declaration. Committed to the boehm-gc merge branch, Matthias
natGCInfo.diff
(text/x-diff, 520 B)
libjava/ChangeLog.merge 2012-12-01 Matthias Klose <[email protected]> * gnu/gcj/util/natGCInfo.cc: Don't declare GC_clear_stack. Index: gnu/gcj/util/natGCInfo.cc =================================================================== --- gnu/gcj/util/natGCInfo.cc (Revision 194043) +++ gnu/gcj/util/natGCInfo.cc (Arbeitskopie) @@ -55,7 +55,6 @@ extern "C" { #include "private/dbg_mlc.h" int GC_n_set_marks(hdr* hhdr); - ptr_t GC_clear_stack(ptr_t p); extern int GC_gcj_kind; extern int GC_gcj_debug_kind; }