On 12 October 2012 22:52, Brian Gladman <b...@gladman.plus.com> wrote:
> -----Original Message----- From: Bill Hart
> Sent: Friday, October 12, 2012 10:46 PM
>
> To: mpir-devel@googlegroups.com
> Subject: Re: [mpir-devel] MPIR 2.6.0 alpha1 released
>
> [snip]
>
>> ================================
>> If we want a test for this we can add one to the test suite and only
>> invoke
>> it on systems that have stdint.h.
>>
>> This would be easy on Windows but I accept that this may not be on *nix.
>
>
> This is *not* possible on linux. The presence or otherwise of stdint.h
> is not a feature of the compiler (before c99) but a feature of the
> libc. There simply isn't a way to do compile time testing for its
> existence. You absolutely have to use the HAVE_STDINT_H flag provided
> by configure in config.h.
>
> For that reason, we can't get around using config.h in our tests.
>
> ========================
> Ok, that work we don't need to do :-)
>
> I have made a change to the _MSC_VER guard in mpirxx.h to exclude things
> before MSVC 10.
>
>

There are a couple more instances of _MSC_VER guards in mpirxx.h. Did
you only mean to change two of them?

Bill.

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to