From 5f7b0413c1bb0f96bb613ad74c0978f44116a136 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 26 Oct 2005 19:31:02 -0700 Subject: Import Debian changes 5d9-5 scm (5d9-5) unstable; urgency=low * New maintainer. Adopted with permission of previous maintainer. * repl.c (s_read): Remove static qualifier on declaration. * scmfig.h: Use SHORT_INT and CDR_DOUBLES on __powerpc64__ and __x86_64__ just as with __ia64. (Closes: #295074, #251765) * debian/control (Build-Depends): Use libreadline5-dev in place of libreadline4-dev. (Closes: #326297) --- scmfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scmfig.h') diff --git a/scmfig.h b/scmfig.h index 3e4b531..8d3fab6 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