1 2 3 4 5 6 7 8
#pragma once #include "nvim/eval/typval_defs.h" #include "eval/gc.h.generated.h" DLLEXPORT extern dict_T *gc_first_dict; DLLEXPORT extern list_T *gc_first_list;