diff options
Diffstat (limited to 'src/macros.h')
-rw-r--r-- | src/macros.h | 1 |
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 |