diff options
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ static inline char *realpath(const char *path, char *resolved_path) #endif #ifndef always_inline -#if __GNUC__ < 3 +#if (__GNUC__ < 3) || defined(__APPLE__) #define always_inline inline #else #define always_inline __attribute__ (( always_inline )) inline |