aboutsummaryrefslogtreecommitdiff
path: root/src/eval.h
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-18 17:08:04 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:22 -0300
commit84b06b77bdfd26aee3b803e7e851d8601b85d8d8 (patch)
treef009fcfcdea78bb7df7aee336c5f9642cc65a3a7 /src/eval.h
parent807494578888d12ce55db67d73948bef208c2695 (diff)
downloadrneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.gz
rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.bz2
rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.zip
Remove mzscheme
Diffstat (limited to 'src/eval.h')
-rw-r--r--src/eval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval.h b/src/eval.h
index efb9c50cb8..9ad3185791 100644
--- a/src/eval.h
+++ b/src/eval.h
@@ -89,7 +89,6 @@ char_u *get_expr_name(expand_T *xp, int idx);
int func_call(char_u *name, typval_T *args, dict_T *selfdict,
typval_T *rettv);
void dict_extend(dict_T *d1, dict_T *d2, char_u *action);
-void mzscheme_call_vim(char_u *name, typval_T *args, typval_T *rettv);
float_T vim_round(float_T f);
long do_searchpair(char_u *spat, char_u *mpat, char_u *epat, int dir,
char_u *skip, int flags, pos_T *match_pos,