comparison src/version.c @ 10986:62bcadce6c82 v8.0.0382

patch 8.0.0382: warning in tiny build for unused variable commit https://github.com/vim/vim/commit/88e7688edaf6fcf079d3c1b1070c852cfbb28185 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 27 20:33:46 2017 +0100 patch 8.0.0382: warning in tiny build for unused variable Problem: Warning in tiny build for unused variable. (Tony Mechelynck) Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Feb 2017 20:45:04 +0100
parents c0d5e8ab1452
children b5de553d6062
comparison
equal deleted inserted replaced
10985:09f7827e6d80 10986:62bcadce6c82
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 382,
767 /**/ 769 /**/
768 381, 770 381,
769 /**/ 771 /**/
770 380, 772 380,
771 /**/ 773 /**/