mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +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
@@ -120,7 +120,6 @@
|
||||
* On VMS file names are different and require a translation.
|
||||
* On the Mac open() has only two arguments.
|
||||
*/
|
||||
# define mch_access(n, p) access((n), (p))
|
||||
# define mch_fopen(n, p) fopen((n), (p))
|
||||
# define mch_fstat(n, p) fstat((n), (p))
|
||||
# ifdef STAT_IGNORES_SLASH
|
||||
|
Reference in New Issue
Block a user