diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-24 00:34:00 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-24 00:34:00 -0500 |
commit | 11a3eba72c2a527aab48ba553165e71d6d9507fa (patch) | |
tree | 954ac1472c824b97e75b49cd79e07a05aeda5065 /src/nvim/os_unix_defs.h | |
parent | aa08632caf80d2259d94e8f6e30cd806e3c05a1d (diff) | |
parent | ed9828140a343145e247a76e175912dcd785899d (diff) | |
download | rneovim-11a3eba72c2a527aab48ba553165e71d6d9507fa.tar.gz rneovim-11a3eba72c2a527aab48ba553165e71d6d9507fa.tar.bz2 rneovim-11a3eba72c2a527aab48ba553165e71d6d9507fa.zip |
Merge #1493: enable linting by default
Diffstat (limited to 'src/nvim/os_unix_defs.h')
-rw-r--r-- | src/nvim/os_unix_defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h index ebea86ebcf..adea2ad22f 100644 --- a/src/nvim/os_unix_defs.h +++ b/src/nvim/os_unix_defs.h @@ -1,5 +1,5 @@ -#ifndef NVIM_OS_UNIX_DEFS_H -#define NVIM_OS_UNIX_DEFS_H +#ifndef NVIM_OS_UNIX_DEFS_LEGACY_H +#define NVIM_OS_UNIX_DEFS_LEGACY_H /* * VIM - Vi IMproved by Bram Moolenaar @@ -253,4 +253,4 @@ /* We have three kinds of ACL support. */ #define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL) -#endif // NVIM_OS_UNIX_DEFS_H +#endif // NVIM_OS_UNIX_DEFS_LEGACY_H |