summaryrefslogtreecommitdiffstats
path: root/scmfig.h
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-02-22 15:19:31 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:31 -0800
commit5846f77421a975897a31d6fbf3f520aab385cea3 (patch)
tree43a9363104377a553a5d18dc1e893d0cd6b36999 /scmfig.h
parent17e951832f6b2148f37189b234e3337a0eaabc40 (diff)
downloadscm-5846f77421a975897a31d6fbf3f520aab385cea3.tar.gz
scm-5846f77421a975897a31d6fbf3f520aab385cea3.zip
Import Debian changes 5e1-5debian/5e1-5
scm (5e1-5) unstable; urgency=low * debian/control (scm): Add ppc64 to Architecture list. * scmfig.h (__powerpc64__, __x86_64__): Define SHORT_INT and CDR_DOUBLES. (Closes: #353173, #251765).
Diffstat (limited to 'scmfig.h')
-rw-r--r--scmfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scmfig.h b/scmfig.h
index e43ab79..9b8b1f3 100644
--- a/scmfig.h
+++ b/scmfig.h
@@ -281,7 +281,7 @@ rgx.c init_rgx(); regcomp and regexec. */
#ifdef __alpha
# define SHORT_INT
#endif
-#ifdef __ia64
+#if defined(__ia64) || defined (__powerpc64__) || defined(__x86_64__)
# define SHORT_INT
# define CDR_DOUBLES
#endif