From: Charles Hannum Date: Sun, 14 Jun 1992 20:32:50 +0000 (+0000) Subject: entered into RCS X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9be8f2c7fbb34caf8d7321db1a5490f4beb06b68;p=platform%2Fupstream%2Fgcc.git entered into RCS From-SVN: r1201 --- diff --git a/gcc/config/m68k/xm-next.h b/gcc/config/m68k/xm-next.h index bb8fa5c..5878bcd 100644 --- a/gcc/config/m68k/xm-next.h +++ b/gcc/config/m68k/xm-next.h @@ -3,6 +3,3 @@ /* malloc does better with chunks the size of a page. */ #define OBSTACK_CHUNK_SIZE (getpagesize ()) - -/* Avoid warnings when `wait' is passed an `int *'. */ -#define wait(ARG) wait ((union wait *) (ARG))