Defect report from : Joanna Farley , Sun Microsystems
(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)
@ page 18 line 659 section 2.2.2 Namespace objection {Sun-jf-dc4}
Problem:
Defect code : 1. Error
The C Standard allows implementations to define macros of the
form "PRI" or "SCN" followed by any lowercase letter or "X" in
<inttypes.h>. (ISO/IEC 9899:1999 P400, subclause 7.26.4.)
The AGR's namespace reservation on XSH6, P18, L659 doesn't allow use
of "PRIX" or "SCNX".
Action:
In XSH6, P18, L659 change:-
PRI[a-z],SNC[a-z]
to:-
PRI[Xa-z],SNC[Xa-z]
|