Update predefined macros

This commit is contained in:
Dale Weiler 2012-12-01 20:39:25 +00:00
parent 31ad970178
commit 7483adaad3

View file

@ -102,18 +102,21 @@
<td>What it represents</td>
</tr>
<tr>
<td>GMQCC</td>
<td>__STD_GMQCC__</td>
<td>Specifies the current selected standard is gmqcc.</td>
</tr>
<tr>
<td>FTEQCC</td>
<td>__STD_FTEQCC__</td>
<td>Specifies the current selected standard is fteqcc.</td>
</tr>
<tr>
<td>QCC</td>
<td>__STD_QCC__</td>
<td>Specifies the current selected standard is qcc.</td>
</tr>
<tr>
<td>GMQCC</td>
<td>Defined always regardless of the selected standard</td>
</tr>
<tr>
<td>__STD_VERSION_MINOR__</td>
<td>Specifies the current selected stanadards minor version number.</td>