diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-29 05:38:39 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-29 05:38:39 +0000 |
commit | 20cd2aea23fd05cb82f58fc5b39fb4d31b160362 (patch) | |
tree | 121780a1e78793589ae97addf786b8e9c1c63b20 /gcc/config/m68k/xm-next.h | |
parent | b2215f74427f8579149844bc70d9e54f7a993f5a (diff) | |
download | gcc-20cd2aea23fd05cb82f58fc5b39fb4d31b160362.tar.gz |
*** 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.h | 3 |
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)) |