bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] stdlib: fix MB_CUR_MAX on older Android


From: Paul Eggert
Subject: Re: [PATCH 2/2] stdlib: fix MB_CUR_MAX on older Android
Date: Wed, 25 Dec 2024 08:56:28 -0800
User-agent: Mozilla Thunderbird

On 2024-12-25 06:17, Bruno Haible wrote:
Paul Eggert wrote:
+    [AC_LINK_IFELSE(
+     [AC_LANG_PROGRAM([[#include <stdlib.h>
+                      ]],
+                      [[return !!MB_CUR_MAX;]])],
+     [dnl Initial guess, used when cross-compiling or when no suitable locale

With only 1 column of indentation, I have a hard time understanding the
structure of this code. Need to indent it better, for readability:

Thanks, my earlier patch had that limited indentation only to make its diff easier to review (since it kept the existing physical indentation while increasing logical indentation).



reply via email to

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