diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:48:34 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 14:48:34 -0800 |
commit | 239a9d1f8fa2655a5ebc53de00e3311ae1413e33 (patch) | |
tree | bdf39550a8c132d7c8496a576fa414822df82643 | |
parent | 6bbdea682c9c0064895e1619815a8d116f197c3f (diff) |
unifdef ISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/Panner.c | 5 |
1 files changed, 0 insertions, 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 <X11/Xaw/PannerP.h> #include <X11/Xaw/XawInit.h> #include "Private.h" - -#if defined(ISC) && __STDC__ && !defined(ISC30) -extern double atof(char *); -#else #include <stdlib.h> /* for atof() */ -#endif /* * Class Methods |