summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-03-13 12:30:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-13 12:31:25 -0700
commit986b22b9a09720d3c13271c0d0cbc3ff5bf2ed2b (patch)
tree093a0747cd7cdc41ee5a5fa34a28a28de82fbcdc
parenta27cef6cc21820b092cabf44ee1caec3c484935d (diff)
downloadgnulib-986b22b9a09720d3c13271c0d0cbc3ff5bf2ed2b.tar.gz
quote: fix syntax-check
* top/maint.mk (sc_prohibit_quote_without_use): quote.h also exports quote_quoting_options.
-rw-r--r--ChangeLog6
-rw-r--r--top/maint.mk3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a114aa25c..82507977d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-13 Akim Demaille <akim@lrde.epita.fr>
+
+ quote: fix syntax-check
+ * top/maint.mk (sc_prohibit_quote_without_use): quote.h
+ also exports quote_quoting_options.
+
2012-03-12 Simon Josefsson <simon@josefsson.org>
Collapse list of copyright years to ranges. See
diff --git a/top/maint.mk b/top/maint.mk
index a97e0bd553..951b3586fc 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -455,7 +455,8 @@ sc_prohibit_quotearg_without_use:
# Don't include quote.h unless you use one of its functions.
sc_prohibit_quote_without_use:
- @h='quote.h' re='\<quote(_n)? *\(' $(_sc_header_without_use)
+ @h='quote.h' re='\<quote((_n)? *\(|_quoting_options\>)' \
+ $(_sc_header_without_use)
# Don't include this header unless you use one of its functions.
sc_prohibit_long_options_without_use: