diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-29 03:31:26 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-29 03:31:26 +0000 |
commit | cf60dc3cbbf41ed00a4f3e29245e45a2fb2d228c (patch) | |
tree | 83a455843433511fbdd677b26f3edfd39c9c34bb /gcc/config | |
parent | 780132bcdaa8ce14f5cded202a181ece3e43b2ba (diff) | |
download | gcc-cf60dc3cbbf41ed00a4f3e29245e45a2fb2d228c.tar.gz |
* config/mips/mips.c: system.h handles MIN and MAX, don't undefine
them here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28329 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/mips.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index ba5a564b5c6..72b02ebda30 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -42,9 +42,6 @@ Boston, MA 02111-1307, USA. */ #include "recog.h" #include "toplev.h" -#undef MAX /* sys/param.h may also define these */ -#undef MIN - #include "tree.h" #include "expr.h" #include "flags.h" |