bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] gawk-4.1.4


From: arnold
Subject: Re: [bug-gawk] gawk-4.1.4
Date: Mon, 30 Jan 2017 02:28:01 -0700
User-agent: Heirloom mailx 12.4 7/29/08

"Andrew J. Schorr" <address@hidden> wrote:

> Hi,
>
> On Sun, Jan 29, 2017 at 05:25:33PM +0000, Sebastian wrote:
> > I get an error that ptrdiff_t is undef
> > so I included just before:
> > 
> > file: xalloc.h:77
> > 
> > #include <stddef.h>
> > # define xalloc_oversized(n, s) \
> >     ((size_t) (sizeof (ptrdiff_t) <= sizeof (size_t) ? -1 : -2) / (s) < (n))
> > 
> > - that worked for me.
>
> On what platform (instruction architecture, operating system and compiler
> versions) are you seeing this problem? It certainly works on many platforms,
> including mine (CentOS 7.3 on x86_64)).
>
> Regards,
> Andy

I second the request for more information.

Thanks,

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]