Re: [xml] [PATCH 2.4.25] VMS build update



"Craig A. Berry" wrote:

The patch attached here as a GNU unified diff is a revision of John

The trio changes are fine. I recommend that they'll be committed (I've
already added them to the trio baseline; thanks Craig.)

trionan.c failed to compile because a couple of commas in argument lists
were missing (no one's built using WITH_TRIO recently?).  The patch
inserts the commas.

The missing commas were only needed when building trionan as standalone,
so I guess that's why they escaped attention.

triodef.h undef's C99 support for VMS since even though recent versions
of the compiler report a _STDC_VER of 1999L, the C run-time is still
missing functions like nan() and strtof().

Strange. According to my reading of C99 __STDC_VERSION__ can only be
set to the C99 value if it fully conforms to C99, which includes
library support. Apparently the Digital people (or whatever their
nom de jour is) thought differently. I guess you learn something new
every day.



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