summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-05-19 23:20:43 +0200
committerKevin Ryde <user42@zip.com.au>2001-05-19 23:20:43 +0200
commit3d2550e61e8c606f5560ca9e32437af76751f36e (patch)
treef74734fb10d940dd9e4d578d4bb18d1798e795d7 /gmp-h.in
parentcd73a5084b585fd159911e0ba927ae63e6b71e53 (diff)
downloadgmp-3d2550e61e8c606f5560ca9e32437af76751f36e.tar.gz
Amend comments for:
* gmp-h.in: Merge gnu ansidecl.h tests for ANSI compilers. ansidecl.h belongs to several gnu projects, not just binutils.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 70835e457..af97d67de 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -49,17 +49,17 @@ MA 02111-1307, USA. */
"defined" and not "__STDC__-0". In particular Sun workshop C 5.0
sets __STDC__ to 0, but requires "##" for token pasting.
- _AIX - binutils ansidecl.h asserts that all known AIX compilers are ANSI
- but don't always define __STDC__.
+ _AIX - gnu ansidecl.h asserts that all known AIX compilers are ANSI but
+ don't always define __STDC__.
- _mips - binutils ansidecl.h says the RISC/OS MIPS compiler is ANSI in
- SVR4 mode, but doesn't define __STDC__.
+ _mips - gnu ansidecl.h says the RISC/OS MIPS compiler is ANSI in SVR4
+ mode, but doesn't define __STDC__.
_MSC_VER - Microsoft C is ANSI, but __STDC__ is undefined unless the /Za
option is given (in which case it's 1).
- _WIN32 - tested for by binutils ansidecl.h, no doubt on the assumption
- that all w32 compilers are ansi. */
+ _WIN32 - tested for by gnu ansidecl.h, no doubt on the assumption that
+ all w32 compilers are ansi. */
#if defined (__STDC__) \
|| defined (__cplusplus) \