From 5846f77421a975897a31d6fbf3f520aab385cea3 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 22 Feb 2006 15:19:31 -0800 Subject: Import Debian changes 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). --- debian/changelog | 8 ++++++++ debian/control | 2 +- scmfig.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3ab8b3..081f607 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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). + + -- Thomas Bushnell, BSG Wed, 22 Feb 2006 15:19:31 -0800 + scm (5e1-4) unstable; urgency=low * debian/control (Build-Depends): Actually *make* the preceding change diff --git a/debian/control b/debian/control index eed694e..f414ef9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.1.1 Build-Depends: slib (>> 3a1), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev Package: scm -Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc s390 sparc +Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc ppc64 s390 sparc Section: interpreters Priority: optional Depends: slib, ${shlibs:Depends} 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 -- cgit v1.2.3