aboutsummaryrefslogtreecommitdiffstats
path: root/os400/libxmlrpg/xpath.rpgle
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2014-05-06 13:39:40 +0200
committerDaniel Veillard <veillard@redhat.com>2014-10-04 21:13:48 +0800
commit5378ff9378833f9aac764c1d296cf8f16179ecf5 (patch)
tree2b5bb605724a1e19b47cc96bafdf23f33d1253cf /os400/libxmlrpg/xpath.rpgle
parentbce6a61e68eca99575d4720a9b524ecbc30b04b1 (diff)
downloadandroid_external_libxml2-5378ff9378833f9aac764c1d296cf8f16179ecf5.tar.gz
android_external_libxml2-5378ff9378833f9aac764c1d296cf8f16179ecf5.tar.bz2
android_external_libxml2-5378ff9378833f9aac764c1d296cf8f16179ecf5.zip
OS400: Add some more C macros equivalent procedures.
Diffstat (limited to 'os400/libxmlrpg/xpath.rpgle')
-rw-r--r--os400/libxmlrpg/xpath.rpgle8
1 files changed, 4 insertions, 4 deletions
diff --git a/os400/libxmlrpg/xpath.rpgle b/os400/libxmlrpg/xpath.rpgle
index a31a4acb..3f3be326 100644
--- a/os400/libxmlrpg/xpath.rpgle
+++ b/os400/libxmlrpg/xpath.rpgle
@@ -628,20 +628,20 @@
/undefine XML_TESTVAL
/endif
- *
+
* C macros implemented as procedures for ILE/RPG support.
- *
+
/if defined(LIBXML_XPATH_ENABLED)
d xmlXPathNodeSetGetLength...
d pr 10i 0 extproc('__xmlXPathNodeSetGetLength')
d ns value like(xmlNodeSetPtr)
- *
+
d xmlXPathNodeSetItem...
d pr extproc('__xmlXPathNodeSetItem')
d like(xmlNodePtr)
d ns value like(xmlNodeSetPtr)
d index 10i 0 value
- *
+
d xmlXPathNodeSetIsEmpty...
d pr 10i 0 extproc('__xmlXPathNodeSetIsEmpty')
d ns value like(xmlNodeSetPtr)