summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-12 20:06:33 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-12 20:06:33 +0100
commita1fa8929395351f03c56f50ca6e891d825123c0f (patch)
tree8c3b65a6534d242e13ff9d12316960cccc82acd8 /src/version.c
parent1d669c233c97486555a34f7d3f069068d9ebdb63 (diff)
downloadvim-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.c2
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,