mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 19:45:26 +00:00
Applied patch for bug #1761
Monotone-Parent: 6857ec31df4746fa033c80de4b53d7d7e0a4b9e4 Monotone-Revision: 010e63dffb557b9171f08a63428acdd11998ab56 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-09T13:53:22
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
|
||||
#import "EOQualifier+GCS.h"
|
||||
|
||||
#if __GNU_LIBOBJC__ >= 20100911
|
||||
# define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__)
|
||||
#endif
|
||||
|
||||
@implementation EOQualifier(GCS)
|
||||
|
||||
- (void)_appendAndQualifier:(EOAndQualifier *)_q
|
||||
|
||||
@@ -44,6 +44,10 @@
|
||||
#import "EOQualifier+GCS.h"
|
||||
#import "GCSStringFormatter.h"
|
||||
|
||||
#if __GNU_LIBOBJC__ >= 20100911
|
||||
# define sel_eq(__A__,__B__) sel_isEqual(__A__,__B__)
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
noTableRequired = 0,
|
||||
quickTableRequired = 1,
|
||||
|
||||
Reference in New Issue
Block a user