On Wed, 12 Dec 2012 00:30:36 +0100 (CET) Mikulas Patocka wrote:
> Unfortunatelly, I found out that my previous patch was wrong - it compiles
> on HP-UX, but it doesn't use the 64-bit strtoimax instruction.
>
> There were these problems:
> * strtoimax is defined in inttypes.h, not stdlib.h, so we
On Fri, 7 Dec 2012, Andrew Borodin wrote:
> On Fri, 7 Dec 2012 02:10:39 +0100 (CET) Mikulas Patocka wrote:
> > Fix build on HP-UX 11.11
> >
> > HP-UX 11.11 doesn't have strtoll, but it has strtoimax. strtoimax is
> > defined as a preprocessor macro, not as a function.
> >
> > This patch fixes bu