X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=os400%2Flibxmlrpg%2Fxmlautomata.rpgle;h=0e9cc2239e7551c414531f926a0dd937198ef1ec;hb=f86ba34b57d1a307688402b495d8b0532770d98d;hp=497972565e2387b1dc225eb4d241eba0477b702f;hpb=01021030a4e2b351e9ce5f5af13aaf1c14ba0648;p=platform%2Fupstream%2Flibxml2.git diff --git a/os400/libxmlrpg/xmlautomata.rpgle b/os400/libxmlrpg/xmlautomata.rpgle index 4979725..0e9cc22 100644 --- a/os400/libxmlrpg/xmlautomata.rpgle +++ b/os400/libxmlrpg/xmlautomata.rpgle @@ -9,11 +9,12 @@ /define XML_AUTOMATA_H__ /include "libxmlrpg/xmlversion" - /include "libxmlrpg/tree" /if defined(LIBXML_REGEXP_ENABLED) /if defined(LIBXML_AUTOMATA_ENABLED) + /include "libxmlrpg/xmlTypesC" + /include "libxmlrpg/tree" /include "libxmlrpg/xmlregexp" * xmlAutomataPtr: @@ -44,7 +45,8 @@ d am value like(xmlAutomataPtr) d xmlAutomataSetFinalState... - d pr 10i 0 extproc('xmlAutomataSetFinalState') + d pr extproc('xmlAutomataSetFinalState') + d like(xmlCint) d am value like(xmlAutomataPtr) d state value like(xmlAutomataStatePtr) @@ -89,8 +91,8 @@ d from value like(xmlAutomataStatePtr) d to value like(xmlAutomataStatePtr) d token * value options(*string) const xmlChar * - d min 10i 0 value - d max 10i 0 value + d min value like(xmlCint) + d max value like(xmlCint) d data * value options(*string) void * d xmlAutomataNewCountTrans2... @@ -101,8 +103,8 @@ d to value like(xmlAutomataStatePtr) d token * value options(*string) const xmlChar * d token2 * value options(*string) const xmlChar * - d min 10i 0 value - d max 10i 0 value + d min value like(xmlCint) + d max value like(xmlCint) d data * value options(*string) void * d xmlAutomataNewOnceTrans... @@ -112,8 +114,8 @@ d from value like(xmlAutomataStatePtr) d to value like(xmlAutomataStatePtr) d token * value options(*string) const xmlChar * - d min 10i 0 value - d max 10i 0 value + d min value like(xmlCint) + d max value like(xmlCint) d data * value options(*string) void * d xmlAutomataNewOnceTrans2... @@ -124,8 +126,8 @@ d to value like(xmlAutomataStatePtr) d token * value options(*string) const xmlChar * d token2 * value options(*string) const xmlChar * - d min 10i 0 value - d max 10i 0 value + d min value like(xmlCint) + d max value like(xmlCint) d data * value options(*string) void * d xmlAutomataNewAllTrans... @@ -134,7 +136,7 @@ d am value like(xmlAutomataPtr) d from value like(xmlAutomataStatePtr) d to value like(xmlAutomataStatePtr) - d lax 10i 0 value + d lax value like(xmlCint) d xmlAutomataNewEpsilon... d pr extproc('xmlAutomataNewEpsilon') @@ -149,7 +151,7 @@ d am value like(xmlAutomataPtr) d from value like(xmlAutomataStatePtr) d to value like(xmlAutomataStatePtr) - d counter 10i 0 value + d counter value like(xmlCint) d xmlAutomataNewCounterTrans... d pr extproc('xmlAutomataNewCounterTrans') @@ -157,13 +159,14 @@ d am value like(xmlAutomataPtr) d from value like(xmlAutomataStatePtr) d to value like(xmlAutomataStatePtr) - d counter 10i 0 value + d counter value like(xmlCint) d xmlAutomataNewCounter... - d pr 10i 0 extproc('xmlAutomataNewCounter') + d pr extproc('xmlAutomataNewCounter') + d like(xmlCint) d am value like(xmlAutomataPtr) - d min 10i 0 value - d max 10i 0 value + d min value like(xmlCint) + d max value like(xmlCint) d xmlAutomataCompile... d pr extproc('xmlAutomataCompile') @@ -171,7 +174,8 @@ d am value like(xmlAutomataPtr) d xmlAutomataIsDeterminist... - d pr 10i 0 extproc('xmlAutomataIsDeterminist') + d pr extproc('xmlAutomataIsDeterminist') + d like(xmlCint) d am value like(xmlAutomataPtr) /endif AUTOMATA_ENABLED