commit | 578333b2ecdfef3109cb07a82c3aa08ad3dc5664 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 22 07:31:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 22 07:31:09 2018 +0200 |
tree | 2232d9cbff75e75a5916183b2484d0edbce7a70f | |
parent | 6183ccbd679751ff5b138f23a34ead3d7bbc5c1b [diff] [blame] |
patch 8.1.0203: building with Perl 5.28 fails on Windows Problem: Building with Perl 5.28 fails on Windows. Solution: Define Perl_mg_get. (closes #3196)
diff --git a/src/version.c b/src/version.c index a0f7483..66fabd9 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 203, +/**/ 202, /**/ 201,