The R Project SVN R-packages

Rev

Rev 5714 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5714 Rev 6730
Line 24... Line 24...
24
#define MAC_OS_X_VERSION_10_6 1060
24
#define MAC_OS_X_VERSION_10_6 1060
25
#endif
25
#endif
26
#ifndef MAC_OS_X_VERSION_10_7
26
#ifndef MAC_OS_X_VERSION_10_7
27
#define MAC_OS_X_VERSION_10_7 1070
27
#define MAC_OS_X_VERSION_10_7 1070
28
#endif
28
#endif
-
 
29
#ifndef MAC_OS_X_VERSION_10_8
-
 
30
#define MAC_OS_X_VERSION_10_8 1080
-
 
31
#endif
-
 
32
#ifndef MAC_OS_X_VERSION_10_9
-
 
33
#define MAC_OS_X_VERSION_10_9 1090
-
 
34
#endif
29
 
35
 
30
/* the following protocols are new in 10.6 (and useful) so for older OS X we have to define them */
36
/* the following protocols are new in 10.6 (and useful) so for older OS X we have to define them */
31
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
37
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
32
@protocol NSTextStorageDelegate <NSObject>
38
@protocol NSTextStorageDelegate <NSObject>
33
@optional
39
@optional