comparison src/version.c @ 2675:f987220caa57 v7.3.094

updated for version 7.3.094 Problem: Using abs() requires type cast to int. Solution: Use labs() so that the value remains long. (Hong Xu)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 Dec 2010 14:57:08 +0100
parents f921368d43c3
children 8464d084fa74
comparison
equal deleted inserted replaced
2674:f921368d43c3 2675:f987220caa57
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 94,
717 /**/ 719 /**/
718 93, 720 93,
719 /**/ 721 /**/
720 92, 722 92,
721 /**/ 723 /**/