+2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
+
+ * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
+
2008-08-01 Chong Yidong <cyd@stupidchicken.com>
* nsfns.m (ns_frame_parm_handlers): Add empty entry for
@end
#endif
+#if defined (NS_IMPL_GNUSTEP) || ( defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4)
+typedef long NSInteger;
+typedef unsigned long NSUInteger;
+#endif /* NS_IMPL_GNUSTEP || (NS_IMPL_COCOA and <= 10.4) */
+
#endif /* __OBJC__ */