bug-m4
[Top][All Lists]
Advanced

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

Re: FYI: Core dump :(


From: akim
Subject: Re: FYI: Core dump :(
Date: Sun, 14 Oct 2001 12:22:07 +0200
User-agent: Mutt/1.3.22i

On Sun, Oct 14, 2001 at 10:05:13AM +0100, Gary V. Vaughan wrote:
> #define LT_DLMEM_REASSIGN(p, q)                 LT_STMT_START {               
> \
>         if ((p) != (q)) { if (p) lt_dlfree (p); (p) = (q); (q) = 0; }   \
>                                                 } LT_STMT_END
> 
> P is only freed if it != 0 and != q....  I don't understand :-(

Well, that's not what I have :(  There is not the if part in the copy
I have, I guess I should upgrade my libtool, sorry about that noise.



reply via email to

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