From 430963743155dd858f1c883bf46610c2f4a42a75 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 3 Apr 2023 13:28:40 -0700 Subject: [PATCH] Add extern-inline recipe to ChangeLog comment --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1aa8ed5457..2806dc47a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,11 @@ 2023-04-03 Bruno Haible Use the 'extern-inline' module explicitly where needed. + I found the list of affected modules through this command: + for m in $(for f in `grep -Fl _GL_INLINE_HEADER_BEGIN lib/*.h | sort` + do ./gnulib-tool --find $f; done) + do grep '^extern-inline' modules/$m > /dev/null || echo $m + done * modules/fdutimensat (Depends-on): Add extern-inline. * modules/file-has-acl (Depends-on): Likewise. * modules/hamt (Depends-on): Likewise. -- 2.39.5