In file variable.c, the procedure lookup_variable has an error in the
following code:
sptr = value;
scnt = 0;
if (listp)
*listp = current_variable_set_list;
while ((sptr = strchr (sptr, '$')))
{
The variable listp is not defined, nor is it really used, so it appears to
be some leftover code that should be removed.
Mike Espe
(512) 536-7553
[EMAIL PROTECTED]
<<...OLE_Obj...>>
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make