autoconf
[Top][All Lists]
Advanced

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

Re: autoscan: Advising that AC_FUNC_REALLOC is not The Right Thing (TM)


From: Paul Eggert
Subject: Re: autoscan: Advising that AC_FUNC_REALLOC is not The Right Thing (TM)
Date: Mon, 20 Feb 2012 10:07:46 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 02/20/2012 10:01 AM, Bob Friesenhahn wrote:
> My proposal is to never run autoscan.

That's what *I* do.

But if you really want to run it, I suppose you can fool it, e.g.,:

  q = realloc /* Pacify autoscan, since 'newsize' can't be zero.  */ (p, 
newsize);

Ouch!  Now I'd better go hide under a rock....



reply via email to

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