comparison src/version.c @ 31305:216c01bb1f90 v9.0.0986

patch 9.0.0986: build failure with tiny version Commit: https://github.com/vim/vim/commit/5390c05a3ca712da8fc56b14517c99c740551c0b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 13:10:03 2022 +0000 patch 9.0.0986: build failure with tiny version Problem: Build failure with tiny version. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 14:15:03 +0100
parents d2107f7b2155
children 90fb7de74f3d
comparison
equal deleted inserted replaced
31304:c5214be0259d 31305:216c01bb1f90
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 986,
698 /**/ 700 /**/
699 985, 701 985,
700 /**/ 702 /**/
701 984, 703 984,
702 /**/ 704 /**/