From: Pádraig Brady
Date: Sat, 17 Jan 2026 12:45:42 +0000 (+0000) Subject: maint: remove sc_prohibit_NULL syntax check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6328e7f17dd9fa4822473c4de5a1e170cef7bf99;p=thirdparty%2Fcoreutils.git maint: remove sc_prohibit_NULL syntax check * cfg.mk: NULL is fine and good in C as per: https://bugs.gnu.org/66221#53 --- diff --git a/cfg.mk b/cfg.mk index 67aa47fd35..7d8b5013d7 100644 --- a/cfg.mk +++ b/cfg.mk @@ -526,12 +526,6 @@ sc_prohibit_exit_write_error: halt='Use write_error() instead' \ $(_sc_search_regexp) -sc_prohibit_NULL: - @prohibit='$(begword)NULL$(endword)' \ - in_vc_files='\.[ch]$$' \ - halt='use nullptr instead' \ - $(_sc_search_regexp) - sc_prohibit_bare_set: @prohibit='^ *set [`$$]' \ in_vc_files='\.sh$$' \