summaryrefslogtreecommitdiff
path: root/entities.c
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-05-17 06:56:59 +0000
committerMike Hommey <mh@glandium.org>2004-05-17 06:56:59 +0000
commitd4e028c96af89ade493b440d4f2de6b684c03a06 (patch)
tree4b74b3cd4b14524309bc5a3e776d81d4bbc5efe4 /entities.c
parent81bcf076ea11e114a60e429338a15748066de163 (diff)
downloadlibxml2-d4e028c96af89ade493b440d4f2de6b684c03a06.tar.gz
Load /tmp/tmp.QVLX5b/libxml2-2.6.10 intoupstream/2.6.10
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'entities.c')
-rw-r--r--entities.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/entities.c b/entities.c
index db1c4c9..5b6f931 100644
--- a/entities.c
+++ b/entities.c
@@ -625,7 +625,6 @@ xmlEncodeSpecialChars(xmlDocPtr doc ATTRIBUTE_UNUSED, const xmlChar *input) {
*out++ = 'm';
*out++ = 'p';
*out++ = ';';
-#if 0
} else if (*cur == '"') {
*out++ = '&';
*out++ = 'q';
@@ -633,7 +632,6 @@ xmlEncodeSpecialChars(xmlDocPtr doc ATTRIBUTE_UNUSED, const xmlChar *input) {
*out++ = 'o';
*out++ = 't';
*out++ = ';';
-#endif
} else if (*cur == '\r') {
*out++ = '&';
*out++ = '#';