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.
_______________________________________________
Bug-m4 mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-m4