comparison src/version.c @ 3646:a69b1d711ff9 v7.3.583

updated for version 7.3.583 Problem: PyObject_NextNotImplemented is not defined before Python 2.7. (Danek Duvall) Solution: Add #ifdefs.
author Bram Moolenaar <bram@vim.org>
date Sat, 30 Jun 2012 13:21:08 +0200
parents d383bc2ba811
children 2d107086903a
comparison
equal deleted inserted replaced
3645:11b4eff064af 3646:a69b1d711ff9
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 583,
717 /**/ 719 /**/
718 582, 720 582,
719 /**/ 721 /**/
720 581, 722 581,
721 /**/ 723 /**/