bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] diffseq: don’t assume integers lack padding


From: Paul Eggert
Subject: Re: [PATCH] diffseq: don’t assume integers lack padding
Date: Sat, 20 May 2023 00:19:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 2023-05-19 09:06, Bruno Haible wrote:
Why this? What was wrong with the previous formula

There's nothing wrong with it if we assume no padding bits, which the Gnulib coding conventions allow us to assume, so the other examples you mention are OK in Gnulib. However, I thought it nicer if we didn't have to assume it in this particular case.

It's not a big deal. If you like, we could have OFFSET_MAX be optional, with the default being the old value.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]