libgdome.patch 742 B

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