[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] patch: xmlschemas.c
- From: Michael Day <mikeday yeslogic com>
- To: xml gnome org
- Subject: [xml] patch: xmlschemas.c
- Date: Thu, 29 Dec 2005 14:43:41 +1100 (EST)
Hi,
The attached patch for xmlschemas.c adds a missing return type to the
function xmlSchemaDebugFixedType, which is only used when DEBUG_TYPE has
been defined. (The missing return type is breaking apibuild.py).
Best regards,
Michael
--
Print XML with Prince!
http://www.princexml.com
Index: xmlschemas.c
===================================================================
RCS file: /cvs/gnome/libxml2/xmlschemas.c,v
retrieving revision 1.188
diff -u -r1.188 xmlschemas.c
--- xmlschemas.c 20 Dec 2005 10:48:33 -0000 1.188
+++ xmlschemas.c 29 Dec 2005 03:37:11 -0000
@@ -17843,6 +17843,7 @@
}
#ifdef DEBUG_TYPE
+void
xmlSchemaDebugFixedType(xmlSchemaParserCtxtPtr pctxt,
xmlSchemaTypePtr type)
{
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]