Re: libxml on OpenVMS (was RE: [xml] Release of libxml2-2.5.7)
- From: Bjorn Reese <breese mail1 stofanet dk>
- To: xml gnome org
- Subject: Re: libxml on OpenVMS (was RE: [xml] Release of libxml2-2.5.7)
- Date: Sat, 26 Apr 2003 14:10:43 +0000
"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]