comparison src/version.c @ 32617:c4a8763eeb5d v9.0.1640

patch 9.0.1640: compiler warning for unused variables without crypt feature Commit: https://github.com/vim/vim/commit/7f29122c8ce2ca224d21abbaeb35e38bc354d95d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 17 16:19:30 2023 +0100 patch 9.0.1640: compiler warning for unused variables without crypt feature Problem: Compiler warning for unused variables without the crypt feature. Solution: Adjust #ifdefs
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Jun 2023 17:30:03 +0200
parents 8c5edad9b7a5
children 76b147a4ea40
comparison
equal deleted inserted replaced
32616:ef667e18e5c1 32617:c4a8763eeb5d
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1640,
698 /**/ 700 /**/
699 1639, 701 1639,
700 /**/ 702 /**/
701 1638, 703 1638,
702 /**/ 704 /**/