commit | a1fa8929395351f03c56f50ca6e891d825123c0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:06:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:06:33 2017 +0100 |
tree | 8c3b65a6534d242e13ff9d12316960cccc82acd8 | |
parent | 1d669c233c97486555a34f7d3f069068d9ebdb63 [diff] [blame] |
patch 8.0.0173: build fails with EBCDIC defined Problem: When compiling with EBCDIC defined the build fails. (Yaroslav Kuzmin) Solution: Move sortFunctions() to the right file. Avoid warning for redefining __SUSV3.
diff --git a/src/version.c b/src/version.c index a6bbf1b..638e350 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 173, +/**/ 172, /**/ 171,