emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/nsterm.h,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/nsterm.h,v
Date: Fri, 01 Aug 2008 16:29:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/08/01 16:29:51

Index: nsterm.h
===================================================================
RCS file: /sources/emacs/emacs/src/nsterm.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- nsterm.h    1 Aug 2008 14:01:07 -0000       1.8
+++ nsterm.h    1 Aug 2008 16:29:50 -0000       1.9
@@ -364,6 +364,11 @@
 @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__ */
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]