all repos — fluxbox @ 362b5c191a15a32de871aeb93d8a2fc4f9ad5648

custom fork of the fluxbox windowmanager

Identify clang compiler
Mathias Gumz akira@fluxbox.org
commit

362b5c191a15a32de871aeb93d8a2fc4f9ad5648

parent

1a5d52481c8e2edbbf9e44725346e3e8cc5f6dac

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M version.h.inversion.h.in

@@ -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__