summaryrefslogtreecommitdiff
path: root/os400
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick.monnerat@dh.com>2016-05-02 16:21:47 +0200
committerDaniel Veillard <veillard@redhat.com>2016-05-03 13:52:00 +0800
commitc71f9305a99b6aa03cb08fab31106c9c56f1be4f (patch)
tree7654ea441022a211ddfa73214a52468849c7e1b9 /os400
parentf6599c5164800e9b6fe8a85e6e2bc54fdf2f952a (diff)
downloadlibxml2-c71f9305a99b6aa03cb08fab31106c9c56f1be4f.tar.gz
dict.h: Move xmlDictPtr definition before includes to allow direct inclusion.
Diffstat (limited to 'os400')
-rw-r--r--os400/libxmlrpg/dict.rpgle8
1 files changed, 4 insertions, 4 deletions
diff --git a/os400/libxmlrpg/dict.rpgle b/os400/libxmlrpg/dict.rpgle
index d93c6ef3..c061e4c8 100644
--- a/os400/libxmlrpg/dict.rpgle
+++ b/os400/libxmlrpg/dict.rpgle
@@ -9,14 +9,14 @@
/if not defined(XML_DICT_H__)
/define XML_DICT_H__
- /include "libxmlrpg/xmlversion"
- /include "libxmlrpg/xmlTypesC"
- /include "libxmlrpg/tree"
-
* The dictionary.
d xmlDictPtr s * based(######typedef######)
+ /include "libxmlrpg/xmlversion"
+ /include "libxmlrpg/xmlTypesC"
+ /include "libxmlrpg/tree"
+
* Initializer
d xmlInitializeDict...