diff options
Diffstat (limited to 'scmfig.h')
-rw-r--r-- | scmfig.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -281,7 +281,7 @@ rgx.c init_rgx(); regcomp and regexec. */ #ifdef __alpha # define SHORT_INT #endif -#if defined (__ia64) || defined (__powerpc64__) || defined (__x86_64__) +#ifdef __ia64 # define SHORT_INT # define CDR_DOUBLES #endif @@ -681,12 +681,6 @@ extern ints_infot *ints_info; # define HAVE_PIPE #endif -/* IS_INF tests its floating point number for infiniteness */ - -#ifndef IS_INF -# define IS_INF(x) ((x)==(x)/2) -#endif - #ifndef macintosh # ifndef _M_ARM # ifndef _M_ARMT |