Files
neovim/src/nvim/eval/gc.h
2023-12-17 19:03:18 +01:00

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