[Libguestfs] [PATCH hivex 10/14] maint: exempt lib/gettext.h from a syntax-check

Jim Meyering jim at meyering.net
Tue Jun 28 18:09:53 UTC 2011


From: Jim Meyering <meyering at redhat.com>

* cfg.mk: Exempt lib/gettext.h from sc_useless_cpp_parens.
---
 cfg.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index d10cf23..3ba36c5 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -13,3 +13,6 @@ gnulib_dir = .gnulib

 exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
   ^images/minimal$$
+
+exclude_file_name_regexp--sc_useless_cpp_parens = \
+  ^lib/gettext\.h$$
-- 
1.7.6.rc2.302.gc2115




More information about the Libguestfs mailing list