diff options
Diffstat (limited to 'comms/soundmodem/files/patch-newqpsk_complex.h')
-rw-r--r-- | comms/soundmodem/files/patch-newqpsk_complex.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/comms/soundmodem/files/patch-newqpsk_complex.h b/comms/soundmodem/files/patch-newqpsk_complex.h deleted file mode 100644 index 123ce0e31b5e..000000000000 --- a/comms/soundmodem/files/patch-newqpsk_complex.h +++ /dev/null @@ -1,18 +0,0 @@ ---- newqpsk/complex.h.orig 2015-05-04 17:51:16 UTC -+++ newqpsk/complex.h -@@ -10,11 +10,15 @@ typedef struct { - #endif - } complex; - -+#if __clang__ > 0 -+#define only_inline inline -+#else - #if __GNUC__ < 5 - #define only_inline extern inline - #else - #define only_inline inline - #endif -+#endif - - /* - * Complex multiplication. |