comparison src/version.c @ 11929:3457728d1a58 v8.0.0844

patch 8.0.0844: wrong function prototype because of missing static commit https://github.com/vim/vim/commit/e0ab979fa7404592eaf4180e6d7d3af4c7787e8f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 2 23:18:25 2017 +0200 patch 8.0.0844: wrong function prototype because of missing static Problem: Wrong function prototype because of missing static. Solution: Add "static".
author Christian Brabandt <cb@256bit.org>
date Wed, 02 Aug 2017 23:30:04 +0200
parents 728805b1523e
children 689bcb8f241c
comparison
equal deleted inserted replaced
11928:4c1d0c774d51 11929:3457728d1a58
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 844,
772 /**/ 774 /**/
773 843, 775 843,
774 /**/ 776 /**/
775 842, 777 842,
776 /**/ 778 /**/