On Apr 8, 12:26 pm, Jason <[email protected]> wrote: > Hi > > in tests/mpz/reuse.c I want to change line 159 from > > #if defined (__STDC__) || defined (__cplusplus) > > to > > #if defined (__STDC__) || defined (__cplusplus) || defined(_MSC_VER) > > referencing > > http://groups.google.com/group/mpir- > devel/browse_thread/thread/e8c4aa0e4f4daafd/2c2d4cc7ec12adbb?lnk=gst&q=windows+defines#2c2d4cc7ec12adbb > > will this cause a problem for the tests under VS2010 ? > > Thanks > Jason
I think this is OK - I tried it and didn't see any issues. Brian -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
