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
This commit is contained in:
Geoff Keating 1999-07-29 03:31:26 +00:00 committed by Geoffrey Keating
parent 9d142e3fd8
commit be44d23e64
2 changed files with 5 additions and 3 deletions

View 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

View 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"