mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +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
@@ -18,12 +18,6 @@
|
||||
|
||||
# include <stdlib.h>
|
||||
|
||||
|
||||
|
||||
/* On AIX 4.2 there is a conflicting prototype for ioctl() in stropts.h and
|
||||
* unistd.h. This hack should fix that (suggested by Jeff George).
|
||||
* But on AIX 4.3 it's alright (suggested by Jake Hamby). */
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user