diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsterm.h b/src/nsterm.h index d2a66aadfef..f0b15b7cdc9 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -364,10 +364,10 @@ extern EmacsMenu *mainMenu, *svcsMenu; | |||
| 364 | @end | 364 | @end |
| 365 | #endif | 365 | #endif |
| 366 | 366 | ||
| 367 | #if defined (NS_IMPL_GNUSTEP) || ( defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4) | 367 | #ifndef NS_HAVE_INTEGER |
| 368 | typedef long NSInteger; | 368 | typedef long NSInteger; |
| 369 | typedef unsigned long NSUInteger; | 369 | typedef unsigned long NSUInteger; |
| 370 | #endif /* NS_IMPL_GNUSTEP || (NS_IMPL_COCOA and <= 10.4) */ | 370 | #endif /* not NS_HAVE_INTEGER */ |
| 371 | 371 | ||
| 372 | #endif /* __OBJC__ */ | 372 | #endif /* __OBJC__ */ |
| 373 | 373 | ||