comparison src/version.c @ 17272:2342d5e500ec v8.1.1635

patch 8.1.1635: warnings for unused variables in small version commit https://github.com/vim/vim/commit/b4d9b893d3c7af24b5adf4ae0475ada32d36f5ad Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 22:59:06 2019 +0200 patch 8.1.1635: warnings for unused variables in small version Problem: Warnings for unused variables in small version. (John Marriott) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 23:00:06 +0200
parents 9508c12eec55
children 6a7ba68d448e
comparison
equal deleted inserted replaced
17271:a43b8b3d4a9c 17272:2342d5e500ec
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1635,
780 /**/ 782 /**/
781 1634, 783 1634,
782 /**/ 784 /**/
783 1633, 785 1633,
784 /**/ 786 /**/