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 <psm...@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