ARB
Macros
gccver.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GCC_VERSION_CODE   ((__GNUC__ * 100) + __GNUC_MINOR__)
 
#define GCC_PATCHLEVEL_CODE   ((GCC_VERSION_CODE * 100) + __GNUC_PATCHLEVEL__)
 

Macro Definition Documentation

#define GCC_VERSION_CODE   ((__GNUC__ * 100) + __GNUC_MINOR__)

Definition at line 19 of file gccver.h.

#define GCC_PATCHLEVEL_CODE   ((GCC_VERSION_CODE * 100) + __GNUC_PATCHLEVEL__)

Definition at line 20 of file gccver.h.