summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-10 18:49:42 +0100
committerJim Meyering <meyering@redhat.com>2009-11-10 18:49:42 +0100
commitbdfb1bddffa48cfb486331166b8aed91637cb0d6 (patch)
tree46e94995299e61b47aa8694b8bbb9cc425143624
parentae4589f17b0123044e3b27ebb8e14bc6f539c23c (diff)
downloadlibguestfs-bdfb1bddffa48cfb486331166b8aed91637cb0d6.tar.gz
libguestfs-bdfb1bddffa48cfb486331166b8aed91637cb0d6.tar.xz
libguestfs-bdfb1bddffa48cfb486331166b8aed91637cb0d6.zip
tell "make syntax-check" that examples/to-xml.c is exempt from some tests
* .x-sc_prohibit_strcmp: Exempt examples/to-xml.c. * .x-sc_prohibit_strcmp_and_strncmp: Likewise.
-rw-r--r--.x-sc_prohibit_strcmp1
-rw-r--r--.x-sc_prohibit_strcmp_and_strncmp1
2 files changed, 2 insertions, 0 deletions
diff --git a/.x-sc_prohibit_strcmp b/.x-sc_prohibit_strcmp
new file mode 100644
index 00000000..8325007c
--- /dev/null
+++ b/.x-sc_prohibit_strcmp
@@ -0,0 +1 @@
+^examples/to-xml\.c$
diff --git a/.x-sc_prohibit_strcmp_and_strncmp b/.x-sc_prohibit_strcmp_and_strncmp
new file mode 100644
index 00000000..8325007c
--- /dev/null
+++ b/.x-sc_prohibit_strcmp_and_strncmp
@@ -0,0 +1 @@
+^examples/to-xml\.c$