From: Jim Meyering Date: Tue, 10 Nov 2009 17:49:42 +0000 (+0100) Subject: tell "make syntax-check" that examples/to-xml.c is exempt from some tests X-Git-Tag: 1.0.78~3 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=bdfb1bddffa48cfb486331166b8aed91637cb0d6 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. --- diff --git a/.x-sc_prohibit_strcmp b/.x-sc_prohibit_strcmp new file mode 100644 index 0000000..8325007 --- /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 0000000..8325007 --- /dev/null +++ b/.x-sc_prohibit_strcmp_and_strncmp @@ -0,0 +1 @@ +^examples/to-xml\.c$