From 567725ed303b6738493c80efaf93dc4c1e65a9c9 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 19 Oct 2022 18:49:45 +0800 Subject: Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975) --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index ceea1c55d1..67e81d08a0 100644 --- a/error.c +++ b/error.c @@ -668,7 +668,7 @@ bug_important_message(FILE *out, const char *const msg, size_t len) #undef CRASH_REPORTER_MAY_BE_CREATED #if defined(__APPLE__) && \ - (!defined(MAC_OS_X_VERSION_10_6) || MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6) + (!defined(MAC_OS_X_VERSION_10_6) || MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6 || defined(__POWERPC__)) /* 10.6 PPC case */ # define CRASH_REPORTER_MAY_BE_CREATED #endif static void -- cgit v1.2.3