This issue has been automatically converted from the original issue lists and some formatting may not have been preserved.
Authors: Austin Group, Nick Stoughton (US)
Date: 2006-10-24
Reference document: DR_321,
Submitted against: C99
Status: Fixed
Fixed in: C99 TC3
Cross-references: 0321
Converted from: summary-c99.htm, dr_333.htm
Defect report DR_321 introduced a new pre-defined macro name, __STDC_MB_MIGHT_NEQ_WC__ that is conditionally defined by the implementation. However, this new macro is not in the list of macros that may be conditionally defined by the implementation in 6.10.8, para 2.
Add, in proper alphabetic order in the list in 6.10.8 para 2:
__STDC_MB_MIGHT_NEQ_WC__
The integer constant1
, intended to indicate that there might be some characterx
in the basic character set, such that'
x
'
need not be equal toL'
x
'
.
Comment from WG14 on 2007-09-06:
Add, in proper alphabetic order in the list in 6.10.8 paragraph 2:
__STDC_MB_MIGHT_NEQ_WC__
The integer constant1
, intended to indicate that, in the encoding forwchar_t
, a member of the basic character set need not have a code value equal to its value when used as the lone character in an integer character constant.