summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-11 18:49:29 +0200
committerJim Meyering <meyering@redhat.com>2010-05-11 18:49:29 +0200
commit122c719820728d0f995ccbcafd8cf912b29e7df5 (patch)
treef7f713ec6a2b65f401ad2eef2fddcd7e1101395a /top
parent28e58203a7ab14264f8fa450884a89e9ae48025c (diff)
downloadgnulib-122c719820728d0f995ccbcafd8cf912b29e7df5.tar.gz
maint.mk: tweak preceding change
* top/maint.mk (gl_extract_significant_defines_): Make exclusion regexps tighter by anchoring at EOL, and make the new group "shy" for slightly decreased overhead.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 54fcbe9b26..3bcab0c2d8 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -676,7 +676,7 @@ gl_other_headers_ ?= \
gl_extract_significant_defines_ = \
/^\# *define ([^_ (][^ (]*)(\s*\(|\s+\w+)/\
&& $$2 !~ /(?:rpl_|_used_without_)/\
- && $$1 !~ /^(NSIG|ATTRIBUTE_NORETURN)/\
+ && $$1 !~ /^(?:NSIG|ATTRIBUTE_NORETURN)$$/\
and print $$1
# Create a list of regular expressions matching the names