commit | dfccaf0f00e8308eae09cb8f012fce3e56097f0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 20:56:11 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 20:56:11 2004 +0000 |
tree | d5c0e8137b95d98e8e606c09af1e6011d9e9d980 | |
parent | 8fc061c7f7acb3e80d5fd64d89ad71486d88f5e0 [diff] [blame] |
updated for version 7.0027
diff --git a/src/gui_mac.c b/src/gui_mac.c index f5e29ab..3b73339 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c
@@ -3569,6 +3569,7 @@ return font; } +#if defined(FEAT_EVAL) || defined(PROTO) /* * Return the name of font "font" in allocated memory. * Don't know how to get the actual name, thus use the provided name. @@ -3582,6 +3583,7 @@ return NULL; return vim_strsave(name); } +#endif /* * Set the current text font.