Go to the documentation of this file.
18#ifndef __DEFAULT_COMPILER_DETECT_H__
19#define __DEFAULT_COMPILER_DETECT_H__
26#ifdef __IS_COMPILER_LLVM__
27# undef __IS_COMPILER_LLVM__
30# define __IS_COMPILER_LLVM__ 1
33#ifdef __IS_COMPILER_GCC__
34# undef __IS_COMPILER_GCC__
36#if defined(__GNUC__) && !__IS_COMPILER_LLVM__
37# define __IS_COMPILER_GCC__ 1
40#ifdef __IS_COMPILER_TCC__
41# undef __IS_COMPILER_TCC__
44# define __IS_COMPILER_TCC__ 1