summaryrefslogtreecommitdiffstats
path: root/src/mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mark.c')
-rw-r--r--src/mark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mark.c b/src/mark.c
index 771eb1b986..4765b79c17 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -1368,6 +1368,7 @@ free_all_marks(void)
}
#endif
+#if defined(FEAT_VIMINFO) || defined(PROTO)
/*
* Return a pointer to the named file marks.
*/
@@ -1376,6 +1377,7 @@ get_namedfm(void)
{
return namedfm;
}
+#endif
#if defined(FEAT_EVAL) || defined(PROTO)
/*