comparison autovar/autovar_CC.h @ 269:3581366858a6

- cleanups
author Tassilo Philipp
date Sat, 27 May 2017 19:59:11 +0200
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
268:03f0b683918a 269:3581366858a6
31 31
32 #if defined(__INTEL_COMPILER) 32 #if defined(__INTEL_COMPILER)
33 #define CC_INTEL 33 #define CC_INTEL
34 #elif defined(_MSC_VER) 34 #elif defined(_MSC_VER)
35 #define CC_MSVC 35 #define CC_MSVC
36 #elif defined(__clang__) || defined(__llvm__)
37 #define CC_CLANG
36 #elif defined(__GNUC__) 38 #elif defined(__GNUC__)
37 #define CC_GNU 39 #define CC_GNU
38 #elif defined(__WATCOMC__) 40 #elif defined(__WATCOMC__)
39 #define CC_WATCOM 41 #define CC_WATCOM
40 #elif defined(__PCC__) 42 #elif defined(__PCC__)