> From: Bruno Haible <br...@clisp.org> > Date: Mon, 25 Oct 2021 00:52:45 +0200 > Cc: Andy Moreton <andrewjmore...@gmail.com>, emacs-de...@gnu.org > > This patch should fix it. > > > 2021-10-24 Bruno Haible <br...@clisp.org> > > string: Avoid syntax error re strdup in string.in.h (regr. 2021-09-07). > Reported by Jan Engelhardt <jeng...@inai.de> > and by Arash Esbati <ar...@gnu.org> via Andy Moreton in > <https://lists.gnu.org/archive/html/bug-gnulib/2021-10/msg00058.html>. > * lib/string.in.h (_GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_DEALLOC_FREE, > _GL_ATTRIBUTE_MALLOC): Add fallback declarations, like in > lib/stdlib.in.h. > * lib/wchar.in.h (_GL_ATTRIBUTE_DEALLOC, _GL_ATTRIBUTE_DEALLOC_FREE, > _GL_ATTRIBUTE_MALLOC): Likewise.
Thanks, I guess we will see it soon on the Emacs master branch.