From 0d1cd2344bc3638e88bff3f90f363877001f105d Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Sun, 13 Nov 2022 12:55:14 +0000 Subject: [PATCH] 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 --- o/number.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),"") { -- 2.30.2