Update NSComparisonResult to use NS_ENUM

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40418 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2017-03-27 09:00:35 +00:00
parent 02688abdb6
commit 7c9d7acafa
2 changed files with 4 additions and 5 deletions

View file

@ -920,7 +920,7 @@ static SEL appSel;
struct foo { NSDictionary *d; SEL s; IMP i; };
static int
static NSInteger
compareIt(id o1, id o2, void* context)
{
struct foo *f = (struct foo*)context;