entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Sun, 14 Jun 1992 20:32:50 +0000 (20:32 +0000)
committerCharles Hannum <mycroft@gnu.org>
Sun, 14 Jun 1992 20:32:50 +0000 (20:32 +0000)
From-SVN: r1201

gcc/config/m68k/xm-next.h

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