diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-12 20:06:33 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-12 20:06:33 +0100 |
commit | a1fa8929395351f03c56f50ca6e891d825123c0f (patch) | |
tree | 8c3b65a6534d242e13ff9d12316960cccc82acd8 /src/version.c | |
parent | 1d669c233c97486555a34f7d3f069068d9ebdb63 (diff) | |
download | vim-git-8.0.0173.tar.gz |
patch 8.0.0173: build fails with EBCDIC definedv8.0.0173
Problem: When compiling with EBCDIC defined the build fails. (Yaroslav
Kuzmin)
Solution: Move sortFunctions() to the right file. Avoid warning for
redefining __SUSV3.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a6bbf1b13..638e350dc 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 173, +/**/ 172, /**/ 171, |