comparison src/version.c @ 12533:be0a855f9fc3 v8.0.1145

patch 8.0.1145: warning when compiling with Perl commit https://github.com/vim/vim/commit/0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 25 22:02:32 2017 +0200 patch 8.0.1145: warning when compiling with Perl Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Sep 2017 22:15:04 +0200
parents c7164578e508
children 523162252b06
comparison
equal deleted inserted replaced
12532:8b0cb7cf4169 12533:be0a855f9fc3
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1145,
764 /**/ 766 /**/
765 1144, 767 1144,
766 /**/ 768 /**/
767 1143, 769 1143,
768 /**/ 770 /**/