summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/private/gc_priv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/private/gc_priv.h b/include/private/gc_priv.h
index 0149e0ee..f017e00b 100644
--- a/include/private/gc_priv.h
+++ b/include/private/gc_priv.h
@@ -2149,7 +2149,12 @@ GC_INNER void GC_set_fl_marks(ptr_t p);
/* associated with a free list are */
/* set. Abort if not. */
#endif
+
+#ifndef AMIGA
+ GC_INNER
+#endif
void GC_add_roots_inner(ptr_t b, ptr_t e, GC_bool tmp);
+
#ifdef USE_PROC_FOR_LIBRARIES
GC_INNER void GC_remove_roots_subregion(ptr_t b, ptr_t e);
#endif