*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 29 May 1992 05:38:39 +0000 (05:38 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 29 May 1992 05:38:39 +0000 (05:38 +0000)
From-SVN: r1119

gcc/config/m68k/xm-next.h

index 5878bcdea08aaa5904886e654903809bfdbc9fbc..bb8fa5cd4f09cdbd522e1e4b0929d2acacae63df 100644 (file)
@@ -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))