diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-22 05:16:05 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-03-27 00:12:23 +0300 |
commit | 927e6efc3d93ff9d34c532180591dc3ca326edf5 (patch) | |
tree | adb579219d8bca90fac1512ae5d2379eb9313920 /src/nvim/eval/typval_encode.c.h | |
parent | ca4c8b7f8a7b9543ef01157cb5ab94783f624ac6 (diff) | |
download | rneovim-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/eval/typval_encode.c.h')
-rw-r--r-- | src/nvim/eval/typval_encode.c.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/eval/typval_encode.c.h b/src/nvim/eval/typval_encode.c.h index 4ff5589887..812340b9c3 100644 --- a/src/nvim/eval/typval_encode.c.h +++ b/src/nvim/eval/typval_encode.c.h @@ -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 |