forked from aniani/vim
patch 8.2.3301: memory allocation functions don't have their own place
Problem: Memory allocation functions don't have their own place.
Solution: Move memory allocation functions to alloc.c. (Yegappan
Lakshmanan, closes #8717)
This commit is contained in:
committed by
Bram Moolenaar
parent
11328bc7df
commit
cbae580283
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3301,
|
||||
/**/
|
||||
3300,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user