From a1fa8929395351f03c56f50ca6e891d825123c0f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 12 Jan 2017 20:06:33 +0100 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a6bbf1b13..638e350dc 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 173, /**/ 172, /**/ -- cgit v1.2.1