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: Andrew J. Schorr
Subject: Re: [bug-gawk] gawk-4.1.4
Date: Sun, 29 Jan 2017 18:23:35 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

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