From 1b43e280f9102cc9fe5f729b2bf4099fdc87fe0d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 29 May 1992 05:38:39 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1119 --- gcc/config/m68k/xm-next.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/xm-next.h b/gcc/config/m68k/xm-next.h index 5878bcdea08..bb8fa5cd4f0 100644 --- a/gcc/config/m68k/xm-next.h +++ b/gcc/config/m68k/xm-next.h @@ -3,3 +3,6 @@ /* 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)) -- 2.30.2