Mail Archives: djgpp-workers/2002/12/11/09:26:38
On Wed, 11 Dec 2002, Richard Dawe wrote:
> > I recall vaguely that some Borland compatibility is involved here.
> > Can someone please check with Borland C and Turbo C?
>
> In section 7.19.6.2, point 14 of the C99 standard (numbered page 286, but
> actually page 300 of the PDF):
>
> "The conversion specifiers A, E, F, G, and X are also valid and behave the
> same as,
> respectively, a, e, f, g, and x."
>
> So we can't treat X as some Borland special-case, if we want to comply with
> the C standard.
Oh, yes we can: if the result is the same, the users won't notice.
Do you see any difference between what v2.03 does with X and what C99
says it should?
- Raw text -