From 2a9669617dc5a55366305cc54b993a8f58a1edfe Mon Sep 17 00:00:00 2001 From: dannysmith Date: Mon, 25 Mar 2002 21:23:55 +0000 Subject: [PATCH] * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned int". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51340 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/mingw32.h | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10063e1..c228fcc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-03-25 Danny Smith + + * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned + int". + 2002-03-25 Zack Weinberg * toplev.c: Don't include setjmp.h. Kill float_handler_set, diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index b93e856..ca74c49 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -110,3 +110,6 @@ do { \ Cygwin profiling code is written. Once "fixed", we can remove this. */ #undef SUBTARGET_PROLOGUE +/* Define as short unsigned for compatability with MS runtime. */ +#undef WINT_TYPE +#define WINT_TYPE "short unsigned int" -- 2.7.4