diff options
Diffstat (limited to 'src/Config.h')
| -rw-r--r-- | src/Config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h index ae5b965..fce92a1 100644 --- a/src/Config.h +++ b/src/Config.h @@ -191,7 +191,10 @@ extern unsigned char ZSIZE; #if defined(_MSC_VER) #define TPT_INLINE _inline -#define TPT_NO_INLINE //Remove inlines in visual studio, but only the ones that don't work +#define TPT_NO_INLINE +#elif defined(__llvm__) +#define TPT_INLINE +#define TPT_NO_INLINE #else #define TPT_INLINE inline #define TPT_NO_INLINE inline |
