mirror of
https://github.com/mirror/make.git
synced 2026-09-06 06:35:00 +08:00
* Minor code cleanups
* Fix for PR/1811, from Paul Eggert.
This commit is contained in:
@@ -201,9 +201,6 @@ lookup_variable (name, length)
|
||||
sptr = value;
|
||||
scnt = 0;
|
||||
|
||||
if (listp)
|
||||
*listp = current_variable_set_list;
|
||||
|
||||
while ((sptr = strchr (sptr, '$')))
|
||||
{
|
||||
scnt++;
|
||||
|
||||
Reference in New Issue
Block a user