aboutsummaryrefslogtreecommitdiffstats
path: root/scmfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'scmfig.h')
-rw-r--r--scmfig.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/scmfig.h b/scmfig.h
index 8d3fab6..e43ab79 100644
--- a/scmfig.h
+++ b/scmfig.h
@@ -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