@@ -19,11 +19,11 @@ #import "ObjFW_RT.h" #import "private.h" #import "macros.h" -#ifdef OF_AMIGAOS3 +#ifdef OF_AMIGAOS_M68K # define INTUITION_CLASSES_H #endif #include #import "inline.h" @@ -180,11 +180,11 @@ } void objc_exception_throw(id object) { -#ifdef OF_AMIGAOS3 +#ifdef OF_AMIGAOS_M68K /* * This does not use the glue code to hack around a compiler bug. * * When using the generated inline stubs, the compiler does not emit * any frame information, making the unwind fail. As unwind always @@ -244,11 +244,11 @@ } void objc_enumerationMutation(id object) { -#ifdef OF_AMIGAOS3 +#ifdef OF_AMIGAOS_M68K /* * This does not use the glue code to hack around a compiler bug. * * When using the generated inline stubs, the compiler does not emit * any frame information, making the unwind fail. As a result