eval: Split out typval_T dumping functions to nvim/encode.c

This commit is contained in:
ZyX
2016-01-24 03:40:44 +03:00
parent 83c683f5e1
commit 44cbf45d26
8 changed files with 1091 additions and 960 deletions

View File

@@ -4,17 +4,7 @@
#include <stdbool.h>
#include <inttypes.h>
// EXTERN is only defined in main.c. That's where global variables are
// actually defined and initialized.
#ifndef EXTERN
# define EXTERN extern
# define INIT(...)
#else
# ifndef INIT
# define INIT(...) __VA_ARGS__
# endif
#endif
#include "nvim/macros.h"
#include "nvim/ex_eval.h"
#include "nvim/iconv.h"
#include "nvim/mbyte.h"