From 239a9d1f8fa2655a5ebc53de00e3311ae1413e33 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 14:48:34 -0800 Subject: unifdef ISC Signed-off-by: Alan Coopersmith --- src/Panner.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Panner.c b/src/Panner.c index d8f1883..8898163 100644 --- a/src/Panner.c +++ b/src/Panner.c @@ -39,12 +39,7 @@ in this Software without prior written authorization from The Open Group. #include #include #include "Private.h" - -#if defined(ISC) && __STDC__ && !defined(ISC30) -extern double atof(char *); -#else #include /* for atof() */ -#endif /* * Class Methods -- cgit v1.2.3