]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
Update predefined macros
authorDale Weiler <killfieldengine@gmail.com>
Sat, 1 Dec 2012 20:39:25 +0000 (20:39 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 1 Dec 2012 20:39:25 +0000 (20:39 +0000)
doc.html

index c78a786997d7ef81b80236aa8b103836c6f3b9de..793cc83ddbd2dfd866171c526d9cb170c2f06119 100644 (file)
--- a/doc.html
+++ b/doc.html
                         <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>