mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
Address clint warnings and other style issues.
* Add const. * Fix conditions (move && from end to start of line). * Use int32_t instead of long. * Use //-style comments.
This commit is contained in:

committed by
Thiago de Arruda

parent
5762c4e528
commit
4e29a820b6
@@ -16,7 +16,7 @@ int os_dirname(char_u *buf, int len);
|
||||
int os_isdir(char_u * name);
|
||||
int is_executable(char_u *name);
|
||||
int os_can_exe(char_u *name);
|
||||
long os_getperm(char_u *name);
|
||||
int32_t os_getperm(char_u *name);
|
||||
int os_setperm(char_u *name, long perm);
|
||||
int os_file_exists(const char_u *name);
|
||||
]]
|
||||
|
Reference in New Issue
Block a user