aboutsummaryrefslogtreecommitdiff
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 8ed3a0b2dc..98ab1ea2fe 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -5261,6 +5261,11 @@ dictitem_T *dict_lookup(hashitem_T *hi)
}
#endif
+dictitem_T * dict_lookup(hashitem_T *hi)
+{
+ return HI2DI(hi);
+}
+
/*
* Return TRUE when two dictionaries have exactly the same key/values.
*/