comparison src/version.c @ 31592:65a2bae18b27 v9.0.1128

patch 9.0.1128: build failure Commit: https://github.com/vim/vim/commit/993dbc33a82a4ed877ee76265d6483b190e2feb1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 1 20:31:30 2023 +0000 patch 9.0.1128: build failure Problem: Build failure. Solution: Add type cast. Add missing error messages.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Jan 2023 21:45:03 +0100
parents aee868b9229a
children db09821e1372
comparison
equal deleted inserted replaced
31591:839ff2a1e7cb 31592:65a2bae18b27
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1128,
698 /**/ 700 /**/
699 1127, 701 1127,
700 /**/ 702 /**/
701 1126, 703 1126,
702 /**/ 704 /**/