commit | cf190c6f017563de1bdbf854b3376522b8b2748f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 11:54:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 11:54:06 2016 +0200 |
tree | 330cc5a5cdb08d227bee6c48f117fb689339d499 | |
parent | b89a25f17e274dc308c584ea69a129ffbb26bc3d [diff] [blame] |
patch 7.4.1869 Problem: Can't build with old version of Perl. Solution: Define PERLIO_FUNCS_DECL. (Tom G. Christensen)
diff --git a/src/version.c b/src/version.c index ea58610..ed479cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1869, +/**/ 1868, /**/ 1867,