Submitter: Project Editor (Larry Jones)
Submission Date: 2012-01-18
Source: Project Editor
Reference Document: N/A
Version: 1.0
Date: February 2012
Subject: Predefined macro values
Summary
The actual values for the predefined macros __STDC_VERSION__ and __STDC_LIB_EXT1__ should be specified.
Suggested Technical Corrigendum
Change the relevant list entry in 6.10.8.1 to:
__STDC_VERSION__ The integer constant 201112L.
Change the relevant list entry in 6.10.8.3 to:
__STDC_LIB_EXT1__ The integer constant 201112L.
Committee Discussion
- The committee asked the Convener to look into making this an errata if possible.
Proposed Technical Corrigendum
Change 6.10.8.1 from:
__STDC_VERSION__ The integer constant201ymmL.178)to:__STDC_VERSION__ The integer constant 201112L.178)Change 6.10.8.3 from:
__STDC_LIB_EXT1__ The integer constant201ymmL, intended to indicate support for the extensions defined in annex K (Bounds-checking interfaces).179)to:__STDC_LIB_EXT1__ The integer constant 201112L, intended to indicate support for the extensions defined in annex K (Bounds-checking interfaces).179)