From 0aaf3a9ba7bd8bbe094c354148ffe986a01ce529 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 12 Mar 2019 19:11:57 -0400 Subject: libobjc/exception.c: target-provided exception filters: fix ordering typo. --- libobjc/exception.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libobjc/exception.c b/libobjc/exception.c index 239320240..702769eba 100644 --- a/libobjc/exception.c +++ b/libobjc/exception.c @@ -246,9 +246,6 @@ get_ttype_entry (struct lsda_header_info *info, _Unwind_Word i) } \ while (0) -#ifdef TARGET_PERSONALITY_FUNCTION -static -#endif _Unwind_Reason_Code PERSONALITY_FUNCTION (_Unwind_State state, struct _Unwind_Exception *ue_header, @@ -257,6 +254,9 @@ PERSONALITY_FUNCTION (_Unwind_State state, #define CONTINUE_UNWINDING return _URC_CONTINUE_UNWIND +#ifdef TARGET_PERSONALITY_FUNCTION +static +#endif _Unwind_Reason_Code PERSONALITY_FUNCTION (int version, _Unwind_Action actions, -- cgit v1.2.3