]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.c: system.h handles MIN and MAX, don't undefine them here.
authorGeoff Keating <geoffk@cygnus.com>
Thu, 29 Jul 1999 03:31:26 +0000 (03:31 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 29 Jul 1999 03:31:26 +0000 (03:31 +0000)
        * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
        them here.

From-SVN: r28329

gcc/ChangeLog
gcc/config/mips/mips.c

index d46984982090cee29a076d9b69d6fd84feecf9b5..180b2c98eeae0b8b238d5b42549d7dd887edb7c0 100644 (file)
@@ -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
index ba5a564b5c6e8d011047b49d4384074ec50718ae..72b02ebda3040c04151d8258442c1bd2b9b8ede0 100644 (file)
@@ -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"