@@ -15,11 +15,12 @@ * file. */ #include "config.h" -#include "platform.h" +#import "macros.h" +#import "platform.h" #if !defined(__has_feature) || !__has_feature(nullability) # ifndef _Nonnull # define _Nonnull # endif @@ -222,6 +223,7 @@ { \ fprintf(stderr, "[objc @ " __FILE__ ":%d] ", __LINE__); \ fprintf(stderr, __VA_ARGS__); \ fputs("\n", stderr); \ abort(); \ + OF_UNREACHABLE \ }