From 22b0415a8945a5e166457c6f8e3785f89339c533 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Thu, 16 Apr 2015 16:04:06 +0800 Subject: os400: fix various ILE/RPG types definitions. Adjust build scripts. - A typo caused an undefined symbol reference. - A structure field name did not match the corresponding C name due to a typo. - Some structured fields were not properly aligned. - The long/ulong types were wrongly mapped to 64-bit types. - A typo in a /include directive caused a compilation error. - Doc files copy now converts from UTF-8 and split long lines. - Adjust /include file name mapping translation for proper prefix handling. --- os400/libxmlrpg/schematron.rpgle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os400/libxmlrpg/schematron.rpgle') diff --git a/os400/libxmlrpg/schematron.rpgle b/os400/libxmlrpg/schematron.rpgle index ff8ea625..c987cd5e 100644 --- a/os400/libxmlrpg/schematron.rpgle +++ b/os400/libxmlrpg/schematron.rpgle @@ -101,7 +101,7 @@ d err value d like(xmlSchematronValidityErrorFunc) d warn value like( - d xmlSchematronValidityWarningFunc) + d xmlSchematronValidityWarningFunc) d ctx * value void * d xmlSchematronGetParserErrors... -- cgit v1.2.3