diff src/version.c @ 12640:a715f0b44532 v8.0.1198

patch 8.0.1198: older compilers don't know uint8_t commit https://github.com/vim/vim/commit/00ce63dc230b6c8f55997b09396aee6d6d722734 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 15 21:44:45 2017 +0200 patch 8.0.1198: older compilers don't know uint8_t Problem: Older compilers don't know uint8_t. Solution: Use char_u instead.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2017 21:45:05 +0200
parents 52d928d016bc
children d1cbe8cb05d0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1198,
+/**/
     1197,
 /**/
     1196,