mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 10:48:18 +00:00
clint: Allow omitting include guards in .c.h file and func_attr.h file
This commit is contained in:
@@ -233,10 +233,6 @@
|
||||
///
|
||||
/// This name will only be used by one of the above macros which are defined by
|
||||
/// the caller. Functions defined here do not use first argument directly.
|
||||
#ifndef NVIM_EVAL_TYPVAL_ENCODE_C_H
|
||||
#define NVIM_EVAL_TYPVAL_ENCODE_C_H
|
||||
#undef NVIM_EVAL_TYPVAL_ENCODE_C_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <inttypes.h>
|
||||
#include <assert.h>
|
||||
@@ -816,4 +812,3 @@ encode_vim_to__error_ret:
|
||||
// Prevent “unused label” warnings.
|
||||
goto typval_encode_stop_converting_one_item;
|
||||
}
|
||||
#endif // NVIM_EVAL_TYPVAL_ENCODE_C_H
|
||||
|
Reference in New Issue
Block a user