From f8123ea6ec67e4d513d0d51e1212209cdd4153b3 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 10 Jul 2020 14:26:44 +0200 Subject: [PATCH] fused #ifdef/#ifndef pair --- iambic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.45.2