bug-make
[Top][All Lists]
Advanced

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

Error in VMS port of GNU make


From: Michael Espe
Subject: Error in VMS port of GNU make
Date: Tue, 24 Apr 2001 16:29:27 -0700

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
address@hidden

 <<...OLE_Obj...>> 




reply via email to

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