]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: fix syntax-check rule for "same.h"
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 28 Oct 2018 12:06:30 +0000 (13:06 +0100)
committerJim Meyering <meyering@fb.com>
Sun, 28 Oct 2018 13:39:31 +0000 (06:39 -0700)
* top/maint.mk (sc_prohibit_same_without_use): Adjust regex to check
for 'same_nameat', too.

ChangeLog
top/maint.mk

index 55493fde22d6e40242560f0ffd33ff7f33f1f925..7299a0da8b60778cf5390cf323f7090bbdcb969e 100644 (file)
--- 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
index 508c2f7c3928e6da05f5b6028b2d6fec3e179ad7..4889ebacc777094e74740c79433cccd84e6e4e77 100644 (file)
@@ -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' \