Annotation of parser3/src/patches/libgdome_morestatic.patch, revision 1.1

1.1     ! paf         1: --- libgdome/gdomecore/gdome-xml-xmlmemory.c.0  Mon Nov 19 11:26:22 2001
        !             2: +++ libgdome/gdomecore/gdome-xml-xmlmemory.c    Fri Feb 22 18:45:31 2002
        !             3: @@ -33,10 +33,10 @@
        !             4:  #include <parser.h>
        !             5:  #include "gdome-xml-node.h"
        !             6: 
        !             7: -const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
        !             8: -const xmlChar xmlStringTextNoenc[] =
        !             9: +static const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
        !            10: +static const xmlChar xmlStringTextNoenc[] =
        !            11:    { 't', 'e', 'x', 't', 'n', 'o', 'e', 'n', 'c', 0 };
        !            12: -const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
        !            13: +const static xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
        !            14: 
        !            15:  void gdome_xmlFreeProp (xmlAttrPtr cur);
        !            16:  void gdome_xmlFreePropList (xmlAttrPtr cur);

E-mail: