aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/gc.h
blob: 36149ec060ad0aadf6b4d5ece69d7644f4e5d582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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"  // IWYU pragma: export
#endif