summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2018-10-28 13:06:30 +0100
committerJim Meyering <meyering@fb.com>2018-10-28 06:39:31 -0700
commitc58eb574c3a2cb76113ad4d9afea19ab5562f292 (patch)
tree99868e0260664c947375ebc8f9d805a910015701 /top/maint.mk
parentae4b73e28a97ae0658bb0847c3c042049f96c6f5 (diff)
downloadgnulib-c58eb574c3a2cb76113ad4d9afea19ab5562f292.tar.gz
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.
Diffstat (limited to 'top/maint.mk')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
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' \