summaryrefslogtreecommitdiff
path: root/libobjc/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/exception.c')
-rw-r--r--libobjc/exception.c6
1 files 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,