mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
remove mch_access macro as it is only used in fs.c
This commit is contained in:

committed by
Thiago de Arruda

parent
f762a9e195
commit
5a2c9e123e
@@ -1016,13 +1016,6 @@ typedef enum {
|
||||
# define O_NOFOLLOW 0
|
||||
#endif
|
||||
|
||||
#ifndef W_OK
|
||||
# define W_OK 2 /* for systems that don't have W_OK in unistd.h */
|
||||
#endif
|
||||
#ifndef R_OK
|
||||
# define R_OK 4 /* for systems that don't have R_OK in unistd.h */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* defines to avoid typecasts from (char_u *) to (char *) and back
|
||||
* (vim_strchr() and vim_strrchr() are now in alloc.c)
|
||||
|
Reference in New Issue
Block a user