comparison src/version.c @ 8949:c44ab784f5e5 v7.4.1760

commit https://github.com/vim/vim/commit/4445f7ee708f1a1304526a5979c9dd9883a92a0a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 20:55:56 2016 +0200 patch 7.4.1760 Problem: Compiler warning for unused variable. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 21:00:06 +0200
parents c07caeb90a35
children 9b04f9e8d1d4
comparison
equal deleted inserted replaced
8948:a78ff852b8e4 8949:c44ab784f5e5
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1760,
751 /**/ 753 /**/
752 1759, 754 1759,
753 /**/ 755 /**/
754 1758, 756 1758,
755 /**/ 757 /**/