From 08648f5f6b9c118ffe040f9fa8e393667dda25ab Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 9 May 2012 13:53:22 +0000 Subject: [PATCH] Applied patch for bug #1761 Monotone-Parent: 6857ec31df4746fa033c80de4b53d7d7e0a4b9e4 Monotone-Revision: 010e63dffb557b9171f08a63428acdd11998ab56 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-09T13:53:22 --- SOPE/GDLContentStore/EOQualifier+GCS.m | 4 ++++ SOPE/GDLContentStore/GCSFolder.m | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/SOPE/GDLContentStore/EOQualifier+GCS.m b/SOPE/GDLContentStore/EOQualifier+GCS.m index 42fed644f..255525ed7 100644 --- a/SOPE/GDLContentStore/EOQualifier+GCS.m +++ b/SOPE/GDLContentStore/EOQualifier+GCS.m @@ -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 diff --git a/SOPE/GDLContentStore/GCSFolder.m b/SOPE/GDLContentStore/GCSFolder.m index 6130ce810..ec9c0283a 100644 --- a/SOPE/GDLContentStore/GCSFolder.m +++ b/SOPE/GDLContentStore/GCSFolder.m @@ -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,