OSDN Git Service

Redo the filters based on assumptions discussed in mingw-dvlpr list.
authorEarnie Boyd <earnie@users.sourceforge.net>
Fri, 7 Sep 2012 16:18:50 +0000 (12:18 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Fri, 7 Sep 2012 16:18:50 +0000 (12:18 -0400)
commit89cfda4ffad25974a1b0776b5349004177e701fa
tree2ea53d83f9237c08fa321615a7891f27114e16ff
parentfd0c88828fac399eb5b703354584b6fdc03b8e93
Redo the filters based on assumptions discussed in mingw-dvlpr list.

* include/_mingw.h: Remove #ifdef __declspec filter since it will always
be defined.
(__DECLSPEC_SUPPORTED): Remove definition and documentation.
* include/windef.h (__declspec): No need to define it since it will
always be defined.
(_declspec): Modify the definition.
* include/ctype.h (__DECLSPEC_SUPPORTED): Remove filters since
__declspec is always supported.
* include/mbctype.h (__DECLSPEC_SUPPORTED): Ditto.
* include/stdio.h (__DECLSPEC_SUPPORTED): Ditto.
* include/stdlib.h (__DECLSPEC_SUPPORTED): Ditto.
* include/wctype.h (__DECLSPEC_SUPPORTED): Ditto.
* include/math.h (__DECLSPEC_SUPPORTED): Ditto.
(HUGE_VAL): Always use GCC's builin value.
* include/stdlib.h: Modify whitespace.
ChangeLog
include/_mingw.h
include/ctype.h
include/math.h
include/mbctype.h
include/stdio.h
include/stdlib.h
include/wctype.h
include/windef.h