From: Francesco Chemolli Date: Thu, 20 Apr 2023 15:42:12 +0000 (+0000) Subject: port K&R function delcarations in GnuRegex.c X-Git-Tag: SQUID_5_9~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e73e48879b4e4479cc49e7f2da62dfa06d4880d6;p=thirdparty%2Fsquid.git port K&R function delcarations in GnuRegex.c --- diff --git a/compat/GnuRegex.c b/compat/GnuRegex.c index d0e735e7dc..539598519e 100644 --- a/compat/GnuRegex.c +++ b/compat/GnuRegex.c @@ -2301,9 +2301,7 @@ typedef struct { int re_compile_fastmap(struct re_pattern_buffer *bufp) #else -int -re_compile_fastmap(bufp) -struct re_pattern_buffer *bufp; +int re_compile_fastmap(struct re_pattern_buffer *bufp) #endif { int j, k;