[Libguestfs] [PATCH libguestfs] avoid syntax-check warning about isdigit use in example program

Jim Meyering jim at meyering.net
Mon Nov 9 17:02:42 UTC 2009


With this, "make syntax-check" passes:

>From c7a0f37cb547bf6e5939df159a948f9eb5a56934 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Mon, 9 Nov 2009 18:01:48 +0100
Subject: [PATCH libguestfs] avoid syntax-check warning about isdigit use in example program

* .x-sc_avoid_ctype_macros: New file.
---
 .x-sc_avoid_ctype_macros |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 .x-sc_avoid_ctype_macros

diff --git a/.x-sc_avoid_ctype_macros b/.x-sc_avoid_ctype_macros
new file mode 100644
index 0000000..8325007
--- /dev/null
+++ b/.x-sc_avoid_ctype_macros
@@ -0,0 +1 @@
+^examples/to-xml\.c$
--
1.6.5.2.351.g0943




More information about the Libguestfs mailing list