Paul Eggert wrote:
> Add an extern decl for a “private” extern symbol, to pacify GCC
> 14’s -Wmissing-variable-declarations option.
Thanks. These *_state variables are not worth having an extra .h file
with just a one-line declaration.
Bruno
* lib/c32srtombs-state.c (_gl_c32srtombs_state):
* lib/mbsrtoc32s-state.c (_gl_mbsrtoc32s_state):
* lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state):
* lib/wcsrtombs-state.c (_gl_wcsrtombs_state):
Add an extern decl for a “private” extern symbol, to pacify GCC
14’s -Wmissing-variable-declarations option