diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-04 19:04:15 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-01-04 19:04:15 +0300 |
commit | c93ce07628d3e27bfd903743c1248c2f8e45aa2d (patch) | |
tree | 22496e3b94e52f32ed6947df1718d4529238401d /src/nvim/eval/encode.c | |
parent | 358097ac5fd12bb9bd3beca8ef672f189f313beb (diff) | |
download | rneovim-c93ce07628d3e27bfd903743c1248c2f8e45aa2d.tar.gz rneovim-c93ce07628d3e27bfd903743c1248c2f8e45aa2d.tar.bz2 rneovim-c93ce07628d3e27bfd903743c1248c2f8e45aa2d.zip |
*: Remove `// fname()` comments near typval_encode includes
Diffstat (limited to 'src/nvim/eval/encode.c')
-rw-r--r-- | src/nvim/eval/encode.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/eval/encode.c b/src/nvim/eval/encode.c index d11db0296a..e3fd857529 100644 --- a/src/nvim/eval/encode.c +++ b/src/nvim/eval/encode.c @@ -435,8 +435,6 @@ int encode_read_from_list(ListReaderState *const state, char *const buf, #define TYPVAL_ENCODE_NAME string #define TYPVAL_ENCODE_FIRST_ARG_TYPE garray_T *const #define TYPVAL_ENCODE_FIRST_ARG_NAME gap -// _string_convert_one_value() -// encode_vim_to_string() #include "nvim/eval/typval_encode.c.h" #undef TYPVAL_ENCODE_SCOPE #undef TYPVAL_ENCODE_NAME @@ -475,8 +473,6 @@ int encode_read_from_list(ListReaderState *const state, char *const buf, #define TYPVAL_ENCODE_NAME echo #define TYPVAL_ENCODE_FIRST_ARG_TYPE garray_T *const #define TYPVAL_ENCODE_FIRST_ARG_NAME gap -// _echo_convert_one_value() -// encode_vim_to_echo() #include "nvim/eval/typval_encode.c.h" #undef TYPVAL_ENCODE_SCOPE #undef TYPVAL_ENCODE_NAME @@ -776,8 +772,6 @@ bool encode_check_json_key(const typval_T *const tv) #define TYPVAL_ENCODE_NAME json #define TYPVAL_ENCODE_FIRST_ARG_TYPE garray_T *const #define TYPVAL_ENCODE_FIRST_ARG_NAME gap -// _json_convert_one_value() -// encode_vim_to_json() #include "nvim/eval/typval_encode.c.h" #undef TYPVAL_ENCODE_SCOPE #undef TYPVAL_ENCODE_NAME @@ -983,8 +977,6 @@ char *encode_tv2json(typval_T *tv, size_t *len) #define TYPVAL_ENCODE_NAME msgpack #define TYPVAL_ENCODE_FIRST_ARG_TYPE msgpack_packer *const #define TYPVAL_ENCODE_FIRST_ARG_NAME packer -// _msgpack_convert_one_value() -// encode_vim_to_msgpack() #include "nvim/eval/typval_encode.c.h" #undef TYPVAL_ENCODE_SCOPE #undef TYPVAL_ENCODE_NAME |