mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
eval: Split out typval_T dumping functions to nvim/encode.c
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user