On 2026-05-26 00:14, Bruno Haible via GNU gzip discussion and bug reports. wrote:
prohibit_c_ctype_without_use
gzip.c
maint.mk: the above files include c-ctype.h but don't use it

Thanks, fixed via the attached.
From 8f6af3259c66f71b12be40f58466fc09a17b7800 Mon Sep 17 00:00:00 2001
From: Paul Eggert <[email protected]>
Date: Tue, 26 May 2026 08:58:09 -0700
Subject: [PATCH] =?UTF-8?q?gzip:=20don=E2=80=99t=20include=20<c-ctype.h>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Problem reported by Bruno Haible (Bug#81123).
* gzip.c: Don’t include <c-ctype.h>.
---
 gzip.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gzip.c b/gzip.c
index db39667..302efe9 100644
--- a/gzip.c
+++ b/gzip.c
@@ -63,7 +63,6 @@ static char const license_msg[] =
 #include "revision.h"
 #include "version.h"
 
-#include <c-ctype.h>
 #include <dirname.h>
 #include <fcntl--.h>
 #include <filename.h>
-- 
2.53.0

Reply via email to