comparison src/version.c @ 19515:020056c2fd39 v8.2.0315

patch 8.2.0315: build failure on HP-UX system Commit: https://github.com/vim/vim/commit/c593bec4120f122e8a9129ec461968f1bd214435 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 25 21:26:49 2020 +0100 patch 8.2.0315: build failure on HP-UX system Problem: Build failure on HP-UX system. Solution: Use LONG_LONG_MIN instead of LLONG_MIN. Add type casts for switch statement. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Feb 2020 21:30:04 +0100
parents 274052873790
children 738a4fe2c8c5
comparison
equal deleted inserted replaced
19514:25f44b7a51b1 19515:020056c2fd39
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 315,
741 /**/ 743 /**/
742 314, 744 314,
743 /**/ 745 /**/
744 313, 746 313,
745 /**/ 747 /**/