<short summary of the patch>
authorCamm Maguire <camm@debian.org>
Thu, 11 Aug 2022 17:16:42 +0000 (18:16 +0100)
committerCamm Maguire <camm@debian.org>
Thu, 11 Aug 2022 17:16:42 +0000 (18:16 +0100)
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

index 50e86932d276cbf1acfddcbbba5fcc855baba546..19f9f12f8c9c76ab963970aa345e2ae20926dc75 100755 (executable)
@@ -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),"")  {