mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
eval: Split eval.c into smaller files
This commit is contained in:
12
src/nvim/eval/gc.h
Normal file
12
src/nvim/eval/gc.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef NVIM_EVAL_GC_H
|
||||
#define NVIM_EVAL_GC_H
|
||||
|
||||
#include "nvim/eval/typval.h"
|
||||
|
||||
extern dict_T *gc_first_dict;
|
||||
extern list_T *gc_first_list;
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "eval/gc.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_EVAL_GC_H
|
Reference in New Issue
Block a user