From: c vw <dl1ycf@darc.de>
Date: Fri, 10 Jul 2020 12:26:44 +0000 (+0200)
Subject: fused #ifdef/#ifndef pair
X-Git-Url: https://git.rkrishnan.org/pf/simplejson/module-simplejson.encoder.html?a=commitdiff_plain;h=f8123ea6ec67e4d513d0d51e1212209cdd4153b3;p=pihpsdr.git

fused #ifdef/#ifndef pair
---

diff --git a/iambic.c b/iambic.c
index 4919663..e850bab 100644
--- 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,