]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fused #ifdef/#ifndef pair
authorc vw <dl1ycf@darc.de>
Fri, 10 Jul 2020 12:26:44 +0000 (14:26 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 10 Jul 2020 12:26:44 +0000 (14:26 +0200)
iambic.c

index 49196631c8d5133940437d3656be4acb555333d3..e850bab25d4f751757093ee58e5fbf67c3859521 100644 (file)
--- a/iambic.c
+++ b/iambic.c
@@ -232,9 +232,8 @@ static int cwvox = 0;
 
 #ifdef __APPLE__
 #include "MacOS.h"  // emulate clock_gettime on old MacOS systems
-#endif
+#else
 
-#ifndef __APPLE__
 // using clock_nanosleep of librt
 extern int clock_nanosleep(clockid_t __clock_id, int __flags,
       __const struct timespec *__req,