comparison src/version.c @ 21915:2559dc02bd64 v8.2.1507

patch 8.2.1507: using malloc() directly Commit: https://github.com/vim/vim/commit/51b6eb47b3c41b01a5559b099e65354c8897093e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 22 15:19:18 2020 +0200 patch 8.2.1507: using malloc() directly Problem: Using malloc() directly. Solution: Use ALLOC_ONE(). Remove superfluous typecast. (Hussam al-Homsi, closes #6768)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Aug 2020 15:30:04 +0200
parents 9fc27a955f00
children 94376326c096
comparison
equal deleted inserted replaced
21914:9a034db1bae7 21915:2559dc02bd64
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1507,
757 /**/ 759 /**/
758 1506, 760 1506,
759 /**/ 761 /**/
760 1505, 762 1505,
761 /**/ 763 /**/