aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/func_attr.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-01-22 05:16:05 +0300
committerZyX <kp-pav@yandex.ru>2017-03-27 00:12:23 +0300
commit927e6efc3d93ff9d34c532180591dc3ca326edf5 (patch)
treeadb579219d8bca90fac1512ae5d2379eb9313920 /src/nvim/func_attr.h
parentca4c8b7f8a7b9543ef01157cb5ab94783f624ac6 (diff)
downloadrneovim-927e6efc3d93ff9d34c532180591dc3ca326edf5.tar.gz
rneovim-927e6efc3d93ff9d34c532180591dc3ca326edf5.tar.bz2
rneovim-927e6efc3d93ff9d34c532180591dc3ca326edf5.zip
clint: Allow omitting include guards in .c.h file and func_attr.h file
Diffstat (limited to 'src/nvim/func_attr.h')
-rw-r--r--src/nvim/func_attr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/func_attr.h b/src/nvim/func_attr.h
index 18410445e1..7b8fcc4343 100644
--- a/src/nvim/func_attr.h
+++ b/src/nvim/func_attr.h
@@ -41,10 +41,6 @@
// $ gcc -E -dM - </dev/null
// $ echo | clang -dM -E -
-#ifndef NVIM_FUNC_ATTR_H
-#define NVIM_FUNC_ATTR_H
-#undef NVIM_FUNC_ATTR_H
-
#ifdef FUNC_ATTR_MALLOC
# undef FUNC_ATTR_MALLOC
#endif
@@ -213,4 +209,3 @@
# define FUNC_ATTR_NONNULL_ARG(...)
# define FUNC_ATTR_NONNULL_RET
#endif
-#endif // NVIM_FUNC_ATTR_H