]> 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:53:18 +0000 (08:53 +0200)
commit986ae8e42fc35e6ffc16d3ee7cc4c645e104d27c
tree2dacda331d74c466e4ba3e206ecfcdb653ae7073
parent0604bae99dacf1830e8e7f562059136d0b0eb501
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