mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 07:11:12 +00:00
11 lines
190 B
C
11 lines
190 B
C
#pragma once
|
|
|
|
#include "nvim/eval/typval_defs.h"
|
|
|
|
extern dict_T *gc_first_dict;
|
|
extern list_T *gc_first_list;
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "eval/gc.h.generated.h"
|
|
#endif
|