aboutsummaryrefslogtreecommitdiffstats
path: root/os400/make-src.sh
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2014-05-05 18:16:22 +0200
committerDaniel Veillard <veillard@redhat.com>2014-10-04 21:13:48 +0800
commit02fd12987418007568cd9bad12eef08a75fb134b (patch)
tree62d9e4b35d626f6fde6510d078ac45def28a53c3 /os400/make-src.sh
parent917e353f2b1f881bd80fe8905f13a728ee99848c (diff)
downloadandroid_external_libxml2-02fd12987418007568cd9bad12eef08a75fb134b.tar.gz
android_external_libxml2-02fd12987418007568cd9bad12eef08a75fb134b.tar.bz2
android_external_libxml2-02fd12987418007568cd9bad12eef08a75fb134b.zip
OS400: implement XPath macros as procedures for ILE/RPG support.
Diffstat (limited to 'os400/make-src.sh')
-rw-r--r--os400/make-src.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os400/make-src.sh b/os400/make-src.sh
index ccc8ec7e..88248b0f 100644
--- a/os400/make-src.sh
+++ b/os400/make-src.sh
@@ -193,7 +193,7 @@ for PGMEXP in ${PGMEXPS}
do SIGNATURE=`echo "${PGMEXP}" | sed 's/^LIBXML2_//'`
eval ENTRIES=\"\${${PGMEXP}}\"
echo " STRPGMEXP PGMLVL(*${PGMLVL}) SIGNATURE('${SIGNATURE}')"
- for ENTRY in ${OS400SYMS} ${ENTRIES}
+ for ENTRY in ${ENTRIES} ${OS400SYMS}
do echo " EXPORT SYMBOL('${ENTRY}')"
done
echo ' ENDPGMEXP'