// IWYU pragma: private, include "nvim/lua/xdiff.h" #define DEFINE_FUNC_ATTRIBUTES #include "nvim/func_attr.h" #undef DEFINE_FUNC_ATTRIBUTES #ifndef DLLEXPORT # ifdef MSWIN # define DLLEXPORT __declspec(dllexport) # else # define DLLEXPORT # endif #endif DLLEXPORT int nlua_xdl_diff(lua_State *lstate); #include "nvim/func_attr.h"