[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The --with-wide-int build and Lisp_Sub_Char_Table assertion
From: |
Eli Zaretskii |
Subject: |
Re: The --with-wide-int build and Lisp_Sub_Char_Table assertion |
Date: |
Tue, 13 Jan 2015 18:14:21 +0200 |
> Date: Mon, 12 Jan 2015 11:30:05 -0800
> From: Paul Eggert <address@hidden>
>
> On 01/12/2015 08:29 AM, Eli Zaretskii wrote:
> > verify ((offsetof (struct Lisp_Sub_Char_Table, contents)
> > - header_size) % word_size == 0);
>
> Although that should work, even better let's change it to directly check
> both alignment and location. I installed the attached patch to try to
> do that.
Thanks.