]> Savannah Git Hosting - gnulib.git/commit
xalloc-die: omit /*extern*/
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Jun 2023 18:13:19 +0000 (11:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Jun 2023 18:13:19 +0000 (11:13 -0700)
commitf324566fcefacd84e9f5996f605a0e66482471e5
tree1371e29af1c54c1541c92e67712638b38db51d38
parent37812c9a5eb3bc6f4c6cc437cde5ff8e44c2f81f
xalloc-die: omit /*extern*/

* lib/xalloc.h (xalloc_die): Omit leading "/*extern*/".
It complicates syntax checking; see:
https://lists.gnu.org/r/bug-gnulib/2023-06/msg00062.html
Plus, it’s inconsistent style: the other function declarations in
xalloc.h don’t use ‘extern’. (I’m not a fan of using ‘extern’ when
it’s just noise, as is the case here.)
ChangeLog
lib/xalloc.h