mirror of
https://github.com/neovim/neovim.git
synced 2026-07-04 00:33:13 +00:00
As gcc10 uses -fno-common by default, global variables declared with the same name more than once is not allowed anymore revealing this issue. We need to define it as extern to access it. See also https://bugzilla.redhat.com/show_bug.cgi?id=1799680