You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
742 B
17 lines
742 B
|
23 years ago
|
--- 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);
|