summaryrefslogtreecommitdiff
path: root/extra/AmigaOS.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/AmigaOS.c')
-rw-r--r--extra/AmigaOS.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/AmigaOS.c b/extra/AmigaOS.c
index 012a8d4c..b1497081 100644
--- a/extra/AmigaOS.c
+++ b/extra/AmigaOS.c
@@ -260,6 +260,8 @@ size_t latestsize;
#endif
+#ifdef GC_AMIGA_FASTALLOC
+
/*
* The actual function that is called with the GET_MEM macro.
*
@@ -296,7 +298,7 @@ void *GC_amiga_get_mem(size_t size){
}
-
+#endif
#ifndef GC_AMIGA_ONLYFAST