Re: Error in VMS port of GNU make
%% Michael Espe <[EMAIL PROTECTED]> writes: me> In file variable.c, the procedure lookup_variable has an error in the me> following code: me> if (listp) me> *listp = current_variable_set_list; me> The variable listp is not defined, nor is it really used, so it
Error in VMS port of GNU make
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, n