mirror of
https://github.com/neovim/neovim.git
synced 2026-09-17 19:24:55 +00:00
Problem:
NetBSD's libc already has a function by the same name.
Solution:
Rename popcount to xpopcount and add #if defined(__NetBSD__) to
prefer NetBSD's own implementation. This fixes #28983.
(cherry picked from commit 104800ce2e)