]> 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)
committerBruno Haible <bruno@clisp.org>
Sun, 18 Jun 2023 06:40:56 +0000 (08:40 +0200)
commitef725a617c0f2ff00a69f6c9e2e973f41108720e
tree2ba48aedcb0439ed05dbf4c3e6e6752aab54d3f7
parent0e340bafbc58906e918bcb3bcd699e3f72275702
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