commit | 254ebaf068919407de6bd83ac905bd2f36ad944e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 16:06:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 16:06:28 2016 +0100 |
tree | 368d23e29a370c23c21a92b182f89cbe624c65f2 | |
parent | 48e330aff911be1c798c88a973af6437a8141fce [diff] [blame] |
patch 7.4.1400 Problem: Perl eval doesn't work properly on 64-bit big-endian machine. Solution: Use 32 bit type for the key. (Danek Duvall)
diff --git a/src/version.c b/src/version.c index e822619..3bcbd8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1400, +/**/ 1399, /**/ 1398,