From 2708cd9ca0d7d3babc0886409393eb827aa885fd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 18 Mar 2008 23:51:58 +0100 Subject: [PATCH] syntax-check: Make the space-before-open-paren optional. * Makefile.maint (sc_prohibit_assert_without_use): Match also when there is no space before the opening parenthesis. (sc_prohibit_getopt_without_use): Likewise. (sc_prohibit_quotearg_without_use): Likewise. (sc_prohibit_quote_without_use): Likewise. --- Makefile.maint | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.maint b/Makefile.maint index 1b85559b36..ed44a49e9c 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -182,19 +182,19 @@ endef # Prohibit the inclusion of assert.h without an actual use of assert. sc_prohibit_assert_without_use: - @h='' re='\' \ -- 2.47.3