On Sun, Aug 28, 2022 at 3:15 PM Jonathan Gray <j...@jsg.id.au> wrote:
>
> diff --git lib/libc/locale/wctoint.h lib/libc/locale/wctoint.h
> index ea50c5ae1b6..14c7f0c466d 100644
> --- lib/libc/locale/wctoint.h
> +++ lib/libc/locale/wctoint.h
> @@ -30,7 +30,7 @@
>   */
>
>
> -inline static int
> +static inline int
>  wctoint(wchar_t wc)
>  {
>         int n;
> [...]

Why this change? As far as I can see, the standard allows for any order.

Reply via email to