Add extern-inline recipe to ChangeLog comment
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Apr 2023 20:28:40 +0000 (13:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Apr 2023 20:28:40 +0000 (13:28 -0700)
ChangeLog

index 1aa8ed54573518f7c42d8eb367927e72a85af112..2806dc47a14aa121e4e4d362a7ca2d7606d8ce9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2023-04-03  Bruno Haible  <bruno@clisp.org>
 
        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.