This product contains a bug that when compiling a SEARCH statement, if DEPENDING in OCCURS is used, a type mismatch will occur in the generated Java source file, resulting a compiling error.
Changes:
codegen.c: added a type cast to an integer
search-occurs-depending.at, Makefile.am, misc.at: test
This product contains a bug that when compiling a
SEARCH
statement, ifDEPENDING
inOCCURS
is used, a type mismatch will occur in the generated Java source file, resulting a compiling error.Changes:
codegen.c
: added a type cast to an integersearch-occurs-depending.at
,Makefile.am
,misc.at
: test