summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--top/maint.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55493fde22..7299a0da8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-10-28 Bernhard Voelker <mail@bernhard-voelker.de>
+
+ maintainer-makefile: fix syntax-check rule for "same.h"
+ * top/maint.mk (sc_prohibit_same_without_use): Adjust regex to check
+ for 'same_nameat', too.
+
2018-10-25 Paul Eggert <eggert@cs.ucla.edu>
havelib: fix nested ‘configure’ chatter
diff --git a/top/maint.mk b/top/maint.mk
index 508c2f7c39..4889ebacc7 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -572,7 +572,7 @@ sc_prohibit_posixver_without_use:
@h='posixver.h' re='\<posix2_version *\(' $(_sc_header_without_use)
sc_prohibit_same_without_use:
- @h='same.h' re='\<same_name *\(' $(_sc_header_without_use)
+ @h='same.h' re='\<same_name(at)? *\(' $(_sc_header_without_use)
sc_prohibit_hash_pjw_without_use:
@h='hash-pjw.h' \