diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-02-18 00:26:59 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-02-18 00:26:59 -0800 |
commit | 43ffa427238cdfb132205375624a25c5c28e9f86 (patch) | |
tree | d1868819e53baea37660eb2205a6bcb00acf0dbe | |
parent | e81168403132afe71b38e41cd368d0d9869bd320 (diff) |
Remove obsolete ISC support
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Scale.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -34,9 +34,6 @@ from The Open Group. #include <ctype.h> #include <math.h> #include <stdlib.h> -#if defined(ISC) && __STDC__ && !defined(ISC30) -extern double atof(char *); -#endif #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> @@ -55,9 +52,6 @@ extern double atof(char *); #ifndef max #define max(x, y) ((x) < (y) ? (y) : (x)) #endif -#if defined(ISC) && __STDC__ && !defined(ISC30) -extern double atof(char *); -#endif #define DefaultBufferSize 1024 #define DefaultScaleFactor NULL |