diff options
author | Mike Hommey <glandium@debian.org> | 2005-09-13 09:58:33 +0000 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2005-09-13 09:58:33 +0000 |
commit | 17049f05f9ef09b3dc2a9c5d1de3f21de7c03193 (patch) | |
tree | 6137fecd6676ee0e15a04261fe54bbf2924c35fa /testapi.c | |
parent | a464d9993e2acd5b8e1089b218ba74c6fcf215c5 (diff) | |
download | libxml2-17049f05f9ef09b3dc2a9c5d1de3f21de7c03193.tar.gz |
Load /tmp/tmp.2Zlqcz/libxml2-2.6.22 intoupstream/2.6.22
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'testapi.c')
-rw-r--r-- | testapi.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1054,10 +1054,10 @@ static void des_xmlElementTypeVal(int no ATTRIBUTE_UNUSED, xmlElementTypeVal val #define gen_nb_xmlFeature 4 static xmlFeature gen_xmlFeature(int no, int nr ATTRIBUTE_UNUSED) { - if (no == 1) return(XML_FEATURE_AUTOMATA); - if (no == 2) return(XML_FEATURE_C14N); - if (no == 3) return(XML_FEATURE_CATALOG); - if (no == 4) return(XML_FEATURE_DEBUG); + if (no == 1) return(XML_WITH_AUTOMATA); + if (no == 2) return(XML_WITH_C14N); + if (no == 3) return(XML_WITH_CATALOG); + if (no == 4) return(XML_WITH_DEBUG); return(0); } |