aboutsummaryrefslogtreecommitdiffstats
path: root/os400/libxmlrpg/xpath.rpgle
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2015-04-16 16:04:06 +0800
committerDaniel Veillard <veillard@redhat.com>2015-04-16 16:04:06 +0800
commit22b0415a8945a5e166457c6f8e3785f89339c533 (patch)
tree284392723764d10d562b0b440e35c1ea9e489368 /os400/libxmlrpg/xpath.rpgle
parent213f1fe0d76d30eaed6e5853057defc43e6df2c9 (diff)
downloadandroid_external_libxml2-22b0415a8945a5e166457c6f8e3785f89339c533.tar.gz
android_external_libxml2-22b0415a8945a5e166457c6f8e3785f89339c533.tar.bz2
android_external_libxml2-22b0415a8945a5e166457c6f8e3785f89339c533.zip
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.
Diffstat (limited to 'os400/libxmlrpg/xpath.rpgle')
-rw-r--r--os400/libxmlrpg/xpath.rpgle6
1 files changed, 4 insertions, 2 deletions
diff --git a/os400/libxmlrpg/xpath.rpgle b/os400/libxmlrpg/xpath.rpgle
index 3f3be326..1784fada 100644
--- a/os400/libxmlrpg/xpath.rpgle
+++ b/os400/libxmlrpg/xpath.rpgle
@@ -18,6 +18,7 @@
/define XML_XPATH_H__
/include "libxmlrpg/xmlversion"
+ /include "libxmlrpg/xmlTypesC"
/if defined(LIBXML_XPATH_ENABLED)
@@ -366,7 +367,7 @@
*
d userData * void *
d error like(xmlStructuredErrorFunc) Error callback
- d lastError like(xmlError) The last error
+ d lastError likeds(xmlError) The last error
d debugNode like(xmlNodePtr) XSLT source node
*
* dictionary
@@ -550,7 +551,8 @@
* Evaluation functions.
d xmlXPathOrderDocElems...
- d pr 20i 0 extproc('xmlXPathOrderDocElems')
+ d pr extproc('xmlXPathOrderDocElems')
+ d like(xmlClong)
d doc value like(xmlDocPtr)
d xmlXPathSetContextNode...