This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hpux vs long long libstdc++-v3


> You shouldn't need the __ prototypes;
OK.  I'll give it a whirl without them.

  > if you do provide them, they should be extern "C".
Understood.


  > Are intmax_t and uintmax_t different from long long?
Yes.  They can be basic integers or long long types.  Ugh.
Does that mean I need to update the types in the strtoll and strtoull
statements to use intmax_t and uintmax_t.


jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]