commit | cbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Aug 06 21:51:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 06 21:51:55 2021 +0200 |
tree | ca9812e45634ddce3042e0723892cae596c6e62c | |
parent | 11328bc7df0ecc47f4025a10bb86882a659e9994 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 096fcf2..3f5a6f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3301, +/**/ 3300, /**/ 3299,