|
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 localeWith 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).
[Prev in Thread] | Current Thread | [Next in Thread] |