We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc86010 commit 2960ebcCopy full SHA for 2960ebc
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 972f6c17fb007d7c1508e1e8f03c35385f1b841c
+refs/heads/master: 26536e69151d5f8e083d8165421039b409c93ee3
trunk/src/rt/rust_unwind.h
@@ -6,9 +6,7 @@
6
#ifdef __APPLE__
7
#include <libunwind.h>
8
9
-typedef int _Unwind_Action;
10
typedef void _Unwind_Context;
11
-typedef void _Unwind_Exception;
12
typedef int _Unwind_Reason_Code;
13
14
#else
@@ -17,5 +15,12 @@ typedef int _Unwind_Reason_Code;
17
15
18
16
#endif
19
+#if (defined __APPLE__) || (defined __clang__)
+
20
+typedef int _Unwind_Action;
21
+typedef void _Unwind_Exception;
22
23
+#endif
24
25
26
0 commit comments