[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/libxml
From:       George Staikos <staikos () kde ! org>
Date:       2003-09-29 22:50:51
[Download RAW message or body]

CVS commit by staikos: 

AIX compile fixes


  M +1 -1      xpath.c   1.11
  M +3 -3      include/libxml/parser.h   1.7
  M +1 -1      include/libxml/xpathInternals.h   1.7


--- kdesupport/libxml/xpath.c  #1.10:1.11
@@ -2530,5 +2530,5 @@ xmlXPathRegisterNs(xmlXPathContextPtr ct
  * Returns the value or NULL if not found
  */
-const xmlChar *
+xmlChar *
 xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) {
     if (ctxt == NULL)

--- kdesupport/libxml/include/libxml/parser.h  #1.6:1.7
@@ -679,9 +679,9 @@ xmlChar *	xmlStrsub		(const xmlChar *str
                                          int start,
                                          int len);
-const xmlChar * xmlStrchr               (const xmlChar *str,
+xmlChar *       xmlStrchr               (const xmlChar *str,
                                          xmlChar val);
-const xmlChar * xmlStrstr               (const xmlChar *str,
+xmlChar *       xmlStrstr               (const xmlChar *str,
                                          const xmlChar *val);
-const xmlChar * xmlStrcasestr           (const xmlChar *str,
+xmlChar *       xmlStrcasestr           (const xmlChar *str,
                                          xmlChar *val);
 int             xmlStrcmp               (const xmlChar *str1,

--- kdesupport/libxml/include/libxml/xpathInternals.h  #1.6:1.7
@@ -423,5 +423,5 @@ int		   xmlXPathRegisterNs		(xmlXPathCon
                                                  const xmlChar *prefix,
                                                  const xmlChar *ns_uri);
-const xmlChar *    xmlXPathNsLookup             (xmlXPathContextPtr ctxt,
+xmlChar *          xmlXPathNsLookup             (xmlXPathContextPtr ctxt,
                                                  const xmlChar *prefix);
 void               xmlXPathRegisteredNsCleanup  (xmlXPathContextPtr ctxt);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic