From: Geoff Keating Date: Thu, 29 Jul 1999 03:31:26 +0000 (+0000) Subject: mips.c: system.h handles MIN and MAX, don't undefine them here. X-Git-Tag: prereleases/libstdc++-2.92~11465 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be44d23e64a7487fa9c23160ce24e5aae3aa7d19;p=thirdparty%2Fgcc.git mips.c: system.h handles MIN and MAX, don't undefine them here. * config/mips/mips.c: system.h handles MIN and MAX, don't undefine them here. From-SVN: r28329 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d46984982090..180b2c98eeae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 28 12:50:48 1999 Geoff Keating + + * config/mips/mips.c: system.h handles MIN and MAX, don't undefine + them here. + Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com) * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index ba5a564b5c6e..72b02ebda304 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"