Annotation of parser3/src/lib/patches/gdome2.patch, revision 1.1
1.1 ! paf 1: *** ../0/gdome2-0.7.2/libgdome/gdomecore/gdome-xml-node.h Wed May 15 11:44:39 2002
! 2: --- ./libgdome/gdomecore/gdome-xml-node.h Fri Jan 10 14:49:59 2003
! 3: ***************
! 4: *** 199,204 ****
! 5: GdomeNode *newChild,
! 6: GdomeException *exc);
! 7:
! 8: ! const GdomeNodeVtab gdome_xml_n_vtab;
! 9:
! 10: #endif /* GDOME_NODE_FILE */
! 11: --- 199,204 ----
! 12: GdomeNode *newChild,
! 13: GdomeException *exc);
! 14:
! 15: ! extern const GdomeNodeVtab gdome_xml_n_vtab;
! 16:
! 17: #endif /* GDOME_NODE_FILE */
! 18: *** ../0/gdome2-0.7.2/libgdome/gdomecore/gdome-xml-xmlmemory.c Mon Apr 1 21:08:24 2002
! 19: --- ./libgdome/gdomecore/gdome-xml-xmlmemory.c Fri Jan 10 14:51:45 2003
! 20: ***************
! 21: *** 33,42 ****
! 22: #include <libxml/parser.h>
! 23: #include "gdome-xml-node.h"
! 24:
! 25: ! const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
! 26: ! const xmlChar xmlStringTextNoenc[] =
! 27: { 't', 'e', 'x', 't', 'n', 'o', 'e', 'n', 'c', 0 };
! 28: ! const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
! 29:
! 30: void gdome_xmlFreeProp (xmlAttrPtr cur);
! 31: void gdome_xmlFreePropList (xmlAttrPtr cur);
! 32: --- 33,42 ----
! 33: #include <libxml/parser.h>
! 34: #include "gdome-xml-node.h"
! 35:
! 36: ! static const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
! 37: ! static const xmlChar xmlStringTextNoenc[] =
! 38: { 't', 'e', 'x', 't', 'n', 'o', 'e', 'n', 'c', 0 };
! 39: ! static const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
! 40:
! 41: void gdome_xmlFreeProp (xmlAttrPtr cur);
! 42: void gdome_xmlFreePropList (xmlAttrPtr cur);
E-mail: