comparison src/version.c @ 6584:d129b939a190 v7.4.618

updated for version 7.4.618 Problem: luaV_setref() is missing a return statement. (Ozaki Kiichi) Solution: Put the return statement back.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 23:10:46 +0100
parents 05202d6ba0ef
children 9ac723b9f54d
comparison
equal deleted inserted replaced
6583:b0a227941705 6584:d129b939a190
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 618,
744 /**/ 746 /**/
745 617, 747 617,
746 /**/ 748 /**/
747 616, 749 616,
748 /**/ 750 /**/