diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-06-14 20:32:50 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-06-14 20:32:50 +0000 |
commit | 9be8f2c7fbb34caf8d7321db1a5490f4beb06b68 (patch) | |
tree | 32da44ff60b04cd84f210dbb4064768240817722 | |
parent | f794cadfb35607bb2c2803a7b9be2b406978cd53 (diff) | |
download | gcc-9be8f2c7fbb34caf8d7321db1a5490f4beb06b68.zip gcc-9be8f2c7fbb34caf8d7321db1a5490f4beb06b68.tar.gz gcc-9be8f2c7fbb34caf8d7321db1a5490f4beb06b68.tar.bz2 |
entered into RCS
From-SVN: r1201
-rw-r--r-- | gcc/config/m68k/xm-next.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/m68k/xm-next.h b/gcc/config/m68k/xm-next.h index bb8fa5c..5878bcd 100644 --- a/gcc/config/m68k/xm-next.h +++ b/gcc/config/m68k/xm-next.h @@ -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)) |