aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@cygnus.com>1998-08-20 11:00:20 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1998-08-20 11:00:20 +0000
commit293bcdc970c9509e8079c4ee96efc1c693be2d9d (patch)
treecbe1020e338b13139a864e046ad51f5d9c5a8cb3 /gcc
parent3345af62e8a3064c5571b5f4a625d35a7ffe5f52 (diff)
downloadgcc-293bcdc970c9509e8079c4ee96efc1c693be2d9d.zip
gcc-293bcdc970c9509e8079c4ee96efc1c693be2d9d.tar.gz
gcc-293bcdc970c9509e8079c4ee96efc1c693be2d9d.tar.bz2
Include system.h, not stdio.h
From-SVN: r21874
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/winnt.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a1e5c23..a619b45 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 20 13:56:53 1998 Michael Meissner <meissner@cygnus.com>
+
+ * config/i386/winnt.c: Include system.h, not stdio.h to get
+ sys/param.h pulled in before rtl.h in case the system defines MIN
+ and MAX.
+
Thu Aug 20 13:44:20 1998 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000.md (movqi, movhi): Add CONSTANT_P_RTX.
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c
index 0b5a727..0058eb7 100644
--- a/gcc/config/i386/winnt.c
+++ b/gcc/config/i386/winnt.c
@@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
-#include <stdio.h>
+#include "system.h"
#include "rtl.h"
#include "regs.h"
#include "hard-reg-set.h"