Index: src/linklib/init.m ================================================================== --- src/linklib/init.m +++ src/linklib/init.m @@ -384,18 +384,18 @@ #if defined(OF_AMIGAOS_M68K) ADD2INIT(ctor, -2); ADD2EXIT(dtor, -2); #elif defined(OF_MORPHOS) -CONSTRUCTOR_P(ObjFW, 4000) +CONSTRUCTOR_P(ObjFW, 5000) { ctor(); return 0; } -DESTRUCTOR_P(ObjFW, 4000) +DESTRUCTOR_P(ObjFW, 5000) { dtor(); } #endif