It appears to be defined in limits.h on *nix if you use C, but stdint.h if you use C++.
Bill. On 12 October 2012 20:55, Brian Gladman <[email protected]> wrote: > -----Original Message----- From: Bill Hart Sent: Friday, October 12, 2012 > 8:44 PM To: [email protected] Subject: Re: [mpir-devel] MPIR 2.6.0 > alpha1 released > Yes, but you can't include limits.h in mpirxx.h. If you do, it will > screw up on linux. So we will just have to add something different for > Windows. > > As things currently stand, the cxx code passes on ia64, but not > x86_64. So still more screwing around on linux before this is right. > > ====================== > > Then we need: > > #ifdef MSC_VER > # include <limits.h> > #endif > > where is LLONG_MAX defined on *nix? > > > 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. > -- 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.
