From: Camm Maguire Date: Sun, 13 Nov 2022 12:55:14 +0000 (+0000) Subject: X-Git-Tag: archive/raspbian/2.6.13-5+rpi1^2^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0d1cd2344bc3638e88bff3f90f363877001f105d;p=gcl.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 50e86932..19f9f12f 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),"") {