Mercurial > vim
comparison src/version.c @ 11040:fde2cdef6b97 v8.0.0409
patch 8.0.0409: set_progpath is defined but not always used
commit https://github.com/vim/vim/commit/595297d6d5658266dd0574361f77f7832bb18e26
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Mar 4 19:11:12 2017 +0100
patch 8.0.0409: set_progpath is defined but not always used
Problem: set_progpath is defined but not always used
Solution: Adjust #ifdef.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 04 Mar 2017 19:15:04 +0100 |
parents | c8b49300c6b7 |
children | 5de2fb612f21 |
comparison
equal
deleted
inserted
replaced
11039:2d12e32c6d3f | 11040:fde2cdef6b97 |
---|---|
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 409, | |
767 /**/ | 769 /**/ |
768 408, | 770 408, |
769 /**/ | 771 /**/ |
770 407, | 772 407, |
771 /**/ | 773 /**/ |