aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-29 05:38:39 +0000
committerRichard Stallman <rms@gnu.org>1992-05-29 05:38:39 +0000
commit1b43e280f9102cc9fe5f729b2bf4099fdc87fe0d (patch)
tree121780a1e78793589ae97addf786b8e9c1c63b20
parent350027ecf4beda03cb4a5bc16857245a16ebf3a0 (diff)
downloadgcc-1b43e280f9102cc9fe5f729b2bf4099fdc87fe0d.zip
gcc-1b43e280f9102cc9fe5f729b2bf4099fdc87fe0d.tar.gz
gcc-1b43e280f9102cc9fe5f729b2bf4099fdc87fe0d.tar.bz2
*** empty log message ***
From-SVN: r1119
-rw-r--r--gcc/config/m68k/xm-next.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/xm-next.h b/gcc/config/m68k/xm-next.h
index 5878bcd..bb8fa5c 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))