comparison src/version.c @ 7158:43ac8dc380c7 v7.4.890

commit https://github.com/vim/vim/commit/094454fa708d3297db744f095cd2b7b155a8b6ad Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 7 10:39:55 2015 +0200 patch 7.4.890 Problem: Build failure when using dynamic python but not python3. Solution: Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX.
author Christian Brabandt <cb@256bit.org>
date Wed, 07 Oct 2015 10:45:05 +0200
parents 0b4e65cf84fb
children accd3a0e9bf4
comparison
equal deleted inserted replaced
7157:7271fdea3884 7158:43ac8dc380c7
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 890,
744 /**/ 746 /**/
745 889, 747 889,
746 /**/ 748 /**/
747 888, 749 888,
748 /**/ 750 /**/