aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/xm-next.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-29 05:38:39 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-29 05:38:39 +0000
commit20cd2aea23fd05cb82f58fc5b39fb4d31b160362 (patch)
tree121780a1e78793589ae97addf786b8e9c1c63b20 /gcc/config/m68k/xm-next.h
parentb2215f74427f8579149844bc70d9e54f7a993f5a (diff)
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1119 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/xm-next.h')
-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 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))