diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:36:17 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 11:36:17 -0800 |
commit | a49bf70ca748471da134edde51e106d9c931a9d5 (patch) | |
tree | 869e0b89b3221fb06e4bdc904b50f43b0f72ae53 | |
parent | 48251496c2633c816fa15749fbd314b84fa91e60 (diff) |
unifdef ISC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/Panner.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Panner.c b/src/Panner.c index f608ff9..2cce3e5 100644 --- a/src/Panner.c +++ b/src/Panner.c @@ -40,10 +40,6 @@ in this Software without prior written authorization from the X Consortium. #include <ctype.h> /* for isascii() etc. */ #include <stdlib.h> /* for atof() */ -#if defined(ISC) && __STDC__ && !defined(ISC30) -extern double atof(char *); -#endif - #if XtVersion >= 11006 static char defaultTranslations[] = |