Commit be44d23e by Geoff Keating Committed by Geoffrey Keating

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
parent 9d142e3f
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment