| 1234567891011121314151617 |
- --- libgdome/gdomecore/gdome-xml-xmlmemory.c.orig Mon Apr 1 19:08:24 2002
- +++ libgdome/gdomecore/gdome-xml-xmlmemory.c Wed Nov 20 20:30:30 2002
- @@ -33,10 +33,10 @@
- #include <libxml/parser.h>
- #include "gdome-xml-node.h"
-
- -const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
- -const xmlChar xmlStringTextNoenc[] =
- +static const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
- +static const xmlChar xmlStringTextNoenc[] =
- { 't', 'e', 'x', 't', 'n', 'o', 'e', 'n', 'c', 0 };
- -const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
- +static const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
-
- void gdome_xmlFreeProp (xmlAttrPtr cur);
- void gdome_xmlFreePropList (xmlAttrPtr cur);
|