diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-09 18:01:48 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-09 20:19:17 +0100 |
commit | 4e201a0c9bce31881da868e764101a6d1556c967 (patch) | |
tree | 6e6e0b1ae729177235c420378e8551fd3135b8ad | |
parent | e0fb48c01f1c25c20e1d5cae0765e65d7eaa4250 (diff) | |
download | libguestfs-4e201a0c9bce31881da868e764101a6d1556c967.tar.gz libguestfs-4e201a0c9bce31881da868e764101a6d1556c967.tar.xz libguestfs-4e201a0c9bce31881da868e764101a6d1556c967.zip |
avoid syntax-check warning about isdigit use in example program
* .x-sc_avoid_ctype_macros: New file.
-rw-r--r-- | .x-sc_avoid_ctype_macros | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.x-sc_avoid_ctype_macros b/.x-sc_avoid_ctype_macros new file mode 100644 index 00000000..8325007c --- /dev/null +++ b/.x-sc_avoid_ctype_macros @@ -0,0 +1 @@ +^examples/to-xml\.c$ |