boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / AmigaOS.c
index e80247885cf6bd5a5edde4319f39b95c62eb134a..d171503940df22a15b527f046e3924934cf5b79c 100644 (file)
@@ -7,7 +7,6 @@
 
 ******************************************************************/
 
-#include "config.h"
 
 #if !defined(GC_AMIGA_DEF) && !defined(GC_AMIGA_SB) && !defined(GC_AMIGA_DS) && !defined(GC_AMIGA_AM)
 # include "gc_priv.h"
@@ -41,7 +40,7 @@
    Find the base of the stack.
 ******************************************************************/
 
-ptr_t GC_get_stack_base()
+ptr_t GC_get_main_stack_base()
 {
     struct Process *proc = (struct Process*)SysBase->ThisTask;