DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21268>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21268

SimpleXPathCAPI includes malloc.h

           Summary: SimpleXPathCAPI includes malloc.h
           Product: XalanC
           Version: 1.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XPathC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


SimpleXPathCAPI still includes malloc.h which is deprecated and already
results in #error on newver versions of OSes.

Please commit following patch:

--- samples/SimpleXPathCAPI/SimpleXPathCAPI.c.Dist      Wed Jul  2 10:47:38 2003
+++ samples/SimpleXPathCAPI/SimpleXPathCAPI.c   Wed Jul  2 10:47:38 2003
@@ -3,7 +3,7 @@


 #include <assert.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <stdio.h>

Reply via email to