summaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros.h b/src/macros.h
index 455705ca4f..6631d4d9ba 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -302,6 +302,10 @@
# endif
#endif
+#ifdef FEAT_EVAL
+# define FUNCARG(fp, j) ((char_u **)(fp->uf_args.ga_data))[j]
+#endif
+
/*
* In a hashtab item "hi_key" points to "di_key" in a dictitem.
* This avoids adding a pointer to the hashtab item.