diff options
author | James McCoy <jamessan@jamessan.com> | 2019-12-15 21:00:57 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2019-12-15 21:17:00 -0500 |
commit | 9c4223215f71e1212462ada4e698be1b31437dd9 (patch) | |
tree | c5f55c47f2398f0f048bcd6e19dd592542aa4c15 /runtime/lua/vim/treesitter/language.lua | |
parent | e2cc5fe09d98ce1ccaaa666a835c896805ccc196 (diff) | |
download | rneovim-9c4223215f71e1212462ada4e698be1b31437dd9.tar.gz rneovim-9c4223215f71e1212462ada4e698be1b31437dd9.tar.bz2 rneovim-9c4223215f71e1212462ada4e698be1b31437dd9.zip |
libcallnr: Use int, not int64_t, as the return type for Vim compat
Vim's documentation simply states that libcallnr() should be used "for a
function that returns an int". Based on the tests, code, and common
syscall interfaces, this should likely be taken literally instead of
trying to apply some well-defined type lipstick.
Notably, this change fixes Test_libcall_libcallnr on hppa (a 32-bit
big-endian system).
Diffstat (limited to 'runtime/lua/vim/treesitter/language.lua')
0 files changed, 0 insertions, 0 deletions