diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-05-03 16:00:03 +0200 |
---|---|---|
committer | Stefan Hoffmann <stefan991@gmail.com> | 2014-05-09 15:49:33 +0200 |
commit | 65abdad02afdce6e534e2dc56ad2fa0334c03eb5 (patch) | |
tree | d27899c569f509519ea618e73e55d5f4f9273f00 /src/os_unix_defs.h | |
parent | c41535d69d033fdd46f8ec60c84c3442c978a22a (diff) | |
download | rneovim-65abdad02afdce6e534e2dc56ad2fa0334c03eb5.tar.gz rneovim-65abdad02afdce6e534e2dc56ad2fa0334c03eb5.tar.bz2 rneovim-65abdad02afdce6e534e2dc56ad2fa0334c03eb5.zip |
replaced last mch_stat() and mch_lstat()
files: memline.c and fileio.c
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r-- | src/os_unix_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h index 5ca09a7584..96fc7ff32e 100644 --- a/src/os_unix_defs.h +++ b/src/os_unix_defs.h @@ -229,6 +229,7 @@ # define MAXPATHL 1024 #endif +// TODO(stefan991): remove macro #define CHECK_INODE /* used when checking if a swap file already exists for a file */ # ifndef DFLT_MAXMEM @@ -276,7 +277,6 @@ #endif #define HAVE_DUP /* have dup() */ -#define HAVE_ST_MODE /* have stat.st_mode */ /* We have three kinds of ACL support. */ #define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL) |