diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h index 1c1de8da3..ccb125088 100644 --- a/Src/system.h +++ b/Src/system.h @@ -681,7 +681,7 @@ extern short ospeed; # define IS_DIRSEP(c) ((c) == '/') #endif -#if defined(__GNUC__) && !defined(APPLE) +#if defined(__GNUC__) && !defined(__APPLE__) /* Does the OS X port of gcc still gag on __attribute__? */ #define UNUSED(x) x __attribute__((__unused__)) #else |