comparison dyncall/dyncall_macros.h @ 268:03f0b683918a

- reintroduced .note.GNU-stack section, as mentioned in prev commit
author Tassilo Philipp
date Sat, 27 May 2017 19:57:34 +0200
parents b625f2e11911
children f5577f6bf97a
comparison
equal deleted inserted replaced
267:f8fe0f87b7c1 268:03f0b683918a
140 /* MS C/C++ compiler. */ 140 /* MS C/C++ compiler. */
141 #elif defined(_MSC_VER) 141 #elif defined(_MSC_VER)
142 #define DC__C_MSVC 142 #define DC__C_MSVC
143 143
144 /* LLVM clang. */ 144 /* LLVM clang. */
145 #elif defined(__clang__) 145 #elif defined(__clang__) || defined(__llvm__)
146 #define DC__C_CLANG 146 #define DC__C_CLANG
147 147
148 /* The GNU Compiler Collection - GCC. */ 148 /* The GNU Compiler Collection - GCC. */
149 #elif defined(__GNUC__) 149 #elif defined(__GNUC__)
150 #define DC__C_GNU 150 #define DC__C_GNU