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.