comparison src/version.c @ 3865:3c072c1cb873 v7.3.689

updated for version 7.3.689 Problem: MzScheme and Lua may use a NULL string. Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Oct 2012 03:41:59 +0200
parents 2696da84d370
children caa0ca9ad06c
comparison
equal deleted inserted replaced
3864:819808a9b5eb 3865:3c072c1cb873
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 689,
722 /**/ 724 /**/
723 688, 725 688,
724 /**/ 726 /**/
725 687, 727 687,
726 /**/ 728 /**/