]> granicus.if.org Git - vim/commit
patch 8.2.3301: memory allocation functions don't have their own place v8.2.3301
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 6 Aug 2021 19:51:55 +0000 (21:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Aug 2021 19:51:55 +0000 (21:51 +0200)
commitcbae5802832b29f3a1af4cb6b0fc8cf69f17cbf4
treeca9812e45634ddce3042e0723892cae596c6e62c
parent11328bc7df0ecc47f4025a10bb86882a659e9994
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)
13 files changed:
Filelist
src/Make_ami.mak
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/alloc.c [new file with mode: 0644]
src/misc2.c
src/proto.h
src/proto/alloc.pro [new file with mode: 0644]
src/proto/misc2.pro
src/version.c