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 bb8fa5cd4f09cdbd522e1e4b0929d2acacae63df..5878bcdea08aaa5904886e654903809bfdbc9fbc 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))