From de4e7042733a05a0e3097c372744af438db3e856 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 23 Sep 2023 17:19:35 -0700 Subject: [PATCH] =?utf8?q?wc:=20pacify=20=E2=80=98make=20syntax-check?= =?utf8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/wc_avx2.c (wc_lines_avx2): Explicitly make it ‘extern’. Not sure why this is needed. --- src/wc_avx2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wc_avx2.c b/src/wc_avx2.c index 79e96e4f9..fa4eb893f 100644 --- a/src/wc_avx2.c +++ b/src/wc_avx2.c @@ -28,7 +28,7 @@ #define BUFSIZE (16320) /* Read FD and return a summary. */ -struct wc_lines +extern struct wc_lines wc_lines_avx2 (int fd) { intmax_t lines = 0; -- 2.11.4.GIT