* top/maint.mk (sc_prohibit_same_without_use): Adjust regex to check
for 'same_nameat', too.
+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
@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' \