Am 28.03.2014 02:41, schrieb Sam Siegel:
Enclose memcmp in parenthesis, (memcmp)(...), to force the compile to generate code which calls memcmp instead of generating inline code.
This was the workaround I found for the original problem, and it worked perfectly; I like the memcmp being implemented by inline code ... no problem with that. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
