]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
port K&R function delcarations in GnuRegex.c
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 20 Apr 2023 15:42:12 +0000 (15:42 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 21 Apr 2023 04:26:12 +0000 (16:26 +1200)
compat/GnuRegex.c

index d0e735e7dc3dbef61e3fc330c6bd6af95ddc1aef..539598519ea8c42afc930cd26859f02f7c0a8585 100644 (file)
@@ -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;