mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
clint: Allow omitting include guards in .c.h file and func_attr.h file
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user