From eba9c13a53556f4cf0cd492020d7075d75846e53 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 2 Feb 2015 00:09:07 +0000 Subject: Fix GetPred --- amiga/os3support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index f0667b55f..d5b895fb5 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -144,7 +144,6 @@ /* Exec */ #define AllocVecTagList(SZ,TAG) AllocVec(SZ,MEMF_ANY) /* AllocVecTagList with no tags */ #define FindIName FindName -#define GetPred(N) N ? (N)->ln_Pred : NULL /* Gfx */ #define SetRPAttrs(...) (void)0 /*\todo Probably need to emulate this */ @@ -240,6 +239,7 @@ void FreeSysObject(ULONG type, APTR obj); /* Exec */ struct Node *GetHead(struct List *list); +struct Node *GetPred(struct Node *node); struct Node *GetSucc(struct Node *node); /* Intuition */ -- cgit v1.2.3