aboutsummaryrefslogtreecommitdiff
path: root/src/macros.h
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-03-16 17:45:25 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-03 10:30:03 -0300
commit5a2c9e123e4f42a037dbd652c6c42cae943a5654 (patch)
treef8fb3908300aa9ed5154d0273f4b69351e959a2c /src/macros.h
parentf762a9e195cdd1db3d57561a5e82a1ea6799d8ba (diff)
downloadrneovim-5a2c9e123e4f42a037dbd652c6c42cae943a5654.tar.gz
rneovim-5a2c9e123e4f42a037dbd652c6c42cae943a5654.tar.bz2
rneovim-5a2c9e123e4f42a037dbd652c6c42cae943a5654.zip
remove mch_access macro as it is only used in fs.c
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h
index db68b8a11d..361f5a0421 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -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