View | Details | Raw Unified | Return to bug 197939
Collapse All | Expand All

(-)devel/p5-Async-Interrupt/files/patch-ecb.h (+13 lines)
Line 0 Link Here
1
--- ecb.h.orig	2014-03-25 20:26:24.000000000 +0100
2
+++ ecb.h	2015-02-23 00:10:16.480127000 +0100
3
@@ -516,8 +516,8 @@
4
   #define ecb_unreachable() __builtin_unreachable ()
5
 #else
6
   /* this seems to work fine, but gcc always emits a warning for it :/ */
7
-  ecb_inline void ecb_unreachable (void) ecb_noreturn;
8
-  ecb_inline void ecb_unreachable (void) { }
9
+  ecb_inline ecb_noreturn void ecb_unreachable (void);
10
+  ecb_inline ecb_noreturn void ecb_unreachable (void) { }
11
 #endif
12
 
13
 /* try to tell the compiler that some condition is definitely true */

Return to bug 197939