Re: libxml on OpenVMS (was RE: [xml] Release of libxml2-2.5.7)



"Craig A. Berry" wrote:

-# if (__CRTL_VER > 80000000)
+# if (__CRTL_VER < 80000000)

This change is wrong. See the comment that follows the #if; especially
the last three lines:

/*
 * Although the compiler supports C99 language constructs, the C
 * run-time library does not contain all C99 functions.
 *
 * This was the case for 70300022. Update the 80000000 value when
 * it has been accurately determined what version of the library
 * supports C99.
 */

A better workaround would be to change the value to 90000000.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]