summaryrefslogtreecommitdiff
path: root/Filelist
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-08-06 21:51:55 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-06 21:51:55 +0200
commitcbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4 (patch)
treeca9812e45634ddce3042e0723892cae596c6e62c /Filelist
parent11328bc7df0ecc47f4025a10bb86882a659e9994 (diff)
downloadvim-git-cbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4.tar.gz
patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301
Problem: Memory allocation functions don't have their own place. Solution: Move memory allocation functions to alloc.c. (Yegappan Lakshmanan, closes #8717)
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 8324ada6b..8ff2feb43 100644
--- a/Filelist
+++ b/Filelist
@@ -23,6 +23,7 @@ SRC_ALL = \
ci/setup-xvfb.sh \
src/Make_all.mak \
src/README.md \
+ src/alloc.c \
src/alloc.h \
src/arabic.c \
src/arglist.c \
@@ -210,6 +211,7 @@ SRC_ALL = \
src/testdir/popupbounce.vim \
src/proto.h \
src/protodef.h \
+ src/proto/alloc.pro \
src/proto/arabic.pro \
src/proto/arglist.pro \
src/proto/autocmd.pro \