You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by Apache Wiki <wi...@apache.org> on 2008/02/11 20:20:16 UTC

[Stdcxx Wiki] Update of "Compilers" by MartinSebor

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.

The following page has been changed by MartinSebor:
http://wiki.apache.org/stdcxx/Compilers

The comment on the change is:
Added MinGW macro.

------------------------------------------------------------------------------
  === Online References ===
  
   * [http://gcc.gnu.org/ GCC, the GNU Compiler Collection]
- 
- [http://gcc.gnu.org/onlinedocs/ GCC online documentation] home page.
+  * [http://gcc.gnu.org/onlinedocs/ GCC online documentation] home page.
  
  === Predefined Macros ===
  ||||||||<tablestyle="text-align:center;">GCC Predefined Macros||
@@ -17, +16 @@

  ||`__GNUC_MINOR__`|| ||all||<style="text-align:left">Defined to the minor version of the compiler.||
  ||`__GNUC_PATCHLEVEL__`|| ||all||<style="text-align:left">Defined to the micro (patch) version of the compiler.||
  ||`__GNUG__`|| ||all||<style="text-align:left">Defined to the same value as `__GUNC__` for C++ code.||
+ ||`__MINGW32__`||[http://www.mingw.org MinGW]||all||<style="text-align:left">Defined whe compiling for the MinGW environment.||
  
  === Discussion Forums ===