comparison src/version.c @ 6547:436d6c9e57f2 v7.4.600

updated for version 7.4.600 Problem: Memory wasted in struct because of aligning. Solution: Split pos in lnum and col. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 14:54:11 +0100
parents 1ef8ce97fc40
children 2561531decf1
comparison
equal deleted inserted replaced
6546:190e0c086760 6547:436d6c9e57f2
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 600,
744 /**/ 746 /**/
745 599, 747 599,
746 /**/ 748 /**/
747 598, 749 598,
748 /**/ 750 /**/