From 20022b888d0da7f927fd18cb8f18d78f8ac03107 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 May 2023 11:19:05 -0700 Subject: extern-inline: port to pcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * m4/extern-inline.m4 (gl_EXTERN_INLINE): Port to pcc 1.2.0.DEVEL 20220331, which doesn’t support extern inline even though it claims to be GCC 4.3 and to support C11. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 55f010adac..d3f092b946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2023-05-01 Paul Eggert + extern-inline: port to pcc + * m4/extern-inline.m4 (gl_EXTERN_INLINE): Port to pcc + 1.2.0.DEVEL 20220331, which doesn’t support extern inline + even though it claims to be GCC 4.3 and to support C11. + regex: prefer C23 style overflow checking * lib/regex_internal.h: Include stdckdint.h. * lib/regexec.c (re_search_2_stub): -- cgit v1.2.1