The mpz.get_ux/sx and mpz..set_ux/sx tests now fail on MSVC (they used
to work) because the stdint.h include in the test files has been
guarded with HAVE_STDINT_H.

But since these test files don't include config.h, HAVE_STDINT_H is
not defined so stdint.h is not included and the function definitions
in mpir.h are hence bypassed.

The use of the HAVE_STDINT_H guard in these test files is wrong since
these tests are NOT internal MPIR tests but tests of the external API
where end users will expect the inclusion of stdint.h alone to be
sufficient.

Jason, I assume you added these guards.  If so, can you let me know
why they are needed as I think it is a mistake if they are.

    Brian

-- 
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