aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>1999-07-29 03:31:26 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>1999-07-29 03:31:26 +0000
commitbe44d23e64a7487fa9c23160ce24e5aae3aa7d19 (patch)
tree83a455843433511fbdd677b26f3edfd39c9c34bb
parent9d142e3fd8a4bf3e129679cac1b1801864c08281 (diff)
downloadgcc-be44d23e64a7487fa9c23160ce24e5aae3aa7d19.zip
gcc-be44d23e64a7487fa9c23160ce24e5aae3aa7d19.tar.gz
gcc-be44d23e64a7487fa9c23160ce24e5aae3aa7d19.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d469849..180b2c9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 28 12:50:48 1999 Geoff Keating <geoffk@cygnus.com>
+
+ * 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 ba5a564..72b02eb 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"