From: Camm Maguire Date: Thu, 11 Aug 2022 17:16:42 +0000 (+0100) Subject: X-Git-Tag: archive/raspbian/2.7.1-4+rpi1~1^2~1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bea9eba69ad11db4d2f33a749fb2661d8051ce2a;p=gcl27.git TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. gcl (2.6.12-108) unstable; urgency=medium * Version_2.6.13pre105 Gbp-Pq: Name Version_2.6.13pre105 --- diff --git a/o/number.c b/o/number.c index 50e8693..19f9f12 100755 --- a/o/number.c +++ b/o/number.c @@ -65,7 +65,7 @@ struct {int min,max;} bigger_fixnums; struct fixnum_struct *bigger_fixnum_table; #if !defined(IM_FIX_BASE) || defined(USE_SAFE_CDR) #define STATIC_BIGGER_FIXNUM_TABLE_BITS 10 -static struct fixnum_struct bigger_fixnum_table1[1<<(STATIC_BIGGER_FIXNUM_TABLE_BITS+1)]; +static struct fixnum_struct bigger_fixnum_table1[1<<(STATIC_BIGGER_FIXNUM_TABLE_BITS+1)] OBJ_ALIGN; #endif DEFUN_NEW("ALLOCATE-BIGGER-FIXNUM-RANGE",object,fSallocate_bigger_fixnum_range,SI,2,2,NONE,OI,IO,OO,OO,(fixnum min,fixnum max),"") {