commit | e9b892ebcd8596bf813793a1eed5a460a9495a28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:15:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:15:58 2016 +0100 |
tree | 209bed14093b4006bc946bbffdedc15d048db039 | |
parent | 25b2b94ea73eff2aeef624d2ba7f59a1a265a0c1 [diff] [blame] |
patch 7.4.1125 Problem: There is no perleval(). Solution: Add perleval(). (Damien)
diff --git a/src/proto/if_perl.pro b/src/proto/if_perl.pro index fe0301b..3272814 100644 --- a/src/proto/if_perl.pro +++ b/src/proto/if_perl.pro
@@ -6,3 +6,4 @@ void perl_buf_free __ARGS((buf_T *bp)); void ex_perl __ARGS((exarg_T *eap)); void ex_perldo __ARGS((exarg_T *eap)); +void do_perleval __ARGS((char_u *str, typval_T *rettv));