bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "gmp.h" & MS C


From: Kevin Ryde
Subject: Re: "gmp.h" & MS C
Date: 22 Aug 2001 06:39:06 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

"Golubev I. N." <address@hidden> writes:
> 
> 1. _INC_STDIO should be used in msvc to detect that <stdio.h> is
> included;

We were going to test _FILE_DEFINED, since it's only "FILE" that we
actually care about.  Is _FILE_DEFINED still given in recent MS C?

> When compiling C in msvc, defined(__STDC__) means that microsoft C
> lang extensions are disabled, strict standard conformance is
> specified.  In fact, msvc always implements full-featured C, and
> standard C constructs should be used.

Yep, thanks, we noticed that too and have added _MSC_VER the same as
you suggested, and also _WIN32 which GNU ansidecl.h probes for.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]