mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 19:42:21 +10:00
FUNC_ATTR_* should only be used in .c files with generated headers. Defining FUNC_ATTR_* as empty in headers causes misuses of them to be silently ignored. Instead don't define them by default, and only define them as empty after a .c file has included its generated header.