On 14/06/2024 00:18, Junio C Hamano wrote: > On Thu, Jun 13, 2024 at 4:15 PM Ramsay Jones > <ramsay@xxxxxxxxxxxxxxxxxxxx> wrote: >> >> Hmm, odd; isn't the declaration of 'the_repository' from >> the "repository.h" header file visible at this point? > > No. The declaration is guarded with USE_THE_REPOSITORY_VARIABLE CPP macro > in the header, and repository.c does not define it. > Ah, OK. I haven't been following too closely and didn't notice that the declaration in the header file was now conditional. :( But that does beg the question - why is repository.c not defining the USE_THE_REPOSITORY_VARIABLE? ATB, Ramsay Jones