On Mon, Jan 11, 2021 at 08:07:58PM -0500, Henry Bent wrote:
> locale.c: In function 'set_default_locale':
> locale.c:94:3: error: 'local_shiftstates' undeclared (first use in this
> function)
>    local_shiftstates = 0;
>    ^
[...]
> 
> These were supposed to be locale_shiftstates, no?

Certainly looks that way.

(For those reading and wondering why bash 5.1 built fine for them, the
misspelled variables are in a different branch of an #if so they're only
under some build configs, not others.)

Reply via email to