Merge branch 'tb/macos-false-but-the-compiler-does-not-know-it-fix'

Workaround for older macOS ld.

* tb/macos-false-but-the-compiler-does-not-know-it-fix:
  intialize false_but_the_compiler_does_not_know_it_
maint
Junio C Hamano 2025-05-15 17:24:57 -07:00
commit fc0460894c
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#include <git-compat-util.h>
int false_but_the_compiler_does_not_know_it_;
int false_but_the_compiler_does_not_know_it_ = 0;