aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval/gc.h')
-rw-r--r--src/nvim/eval/gc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/nvim/eval/gc.h b/src/nvim/eval/gc.h
new file mode 100644
index 0000000000..c2e862e469
--- /dev/null
+++ b/src/nvim/eval/gc.h
@@ -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