bug-make
[Top][All Lists]
Advanced

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

Re: Issue with 'src/variable.c'


From: Paul Smith
Subject: Re: Issue with 'src/variable.c'
Date: Thu, 28 Mar 2024 19:27:46 -0400
User-agent: Evolution 3.52.0 (by Flathub.org)

On Wed, 2024-02-07 at 13:35 +0100, Gisle Vanem wrote:
> Since the commit:  
> https://git.savannah.gnu.org/cgit/make.git/commit/src/variable.c?id=ec348f51d0240ebc64d11c77c461e89c4a8dfed7
> 
> src/variable.c doesn't compile:
>    variable.c(1642): error C2065: 'specificity': undeclared
> identifier
>    variable.c(1658): error C2065: 'specificity': undeclared
> identifier
> 
> Should it be:

The proposed patch is actually backwards (it should be NULL if the
scope is global, not the current_variable_set_list).

However I applied a fix, thanks for the note!

-- 
Paul D. Smith <psmith@gnu.org>            Find some GNU Make tips at:
https://www.gnu.org                       http://make.mad-scientist.net
"Please remain calm...I may be mad, but I am a professional." --Mad
Scientist






reply via email to

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