Identify clang compiler
This commit is contained in:
parent
1a5d52481c
commit
362b5c191a
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@
|
|||
#ifdef __VERSION__
|
||||
#define __fluxbox_compiler_version __VERSION__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#ifdef __clang__
|
||||
#define __fluxbox_compiler "CLANG"
|
||||
#elif defined(__GNUG__)
|
||||
#define __fluxbox_compiler "GCC"
|
||||
#endif // __GNUG__
|
||||
|
||||
|
|
Loading…
Reference in a new issue