comparison src/version.c @ 2666:1a0d346695fa v7.3.085

updated for version 7.3.085 Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Dec 2010 18:06:06 +0100
parents 18061514324f
children a53e7d3fd741
comparison
equal deleted inserted replaced
2665:18061514324f 2666:1a0d346695fa
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 85,
717 /**/ 719 /**/
718 84, 720 84,
719 /**/ 721 /**/
720 83, 722 83,
721 /**/ 723 /**/