comparison src/Make_ami.mak @ 35241:500731fe8161 v9.1.0431

patch 9.1.0431: eval.c is too long Commit: https://github.com/vim/vim/commit/25536f415eab5a90d68b3c689c66a72803cd8e5d Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed May 22 16:45:04 2024 +0200 patch 9.1.0431: eval.c is too long Problem: eval.c is too long Solution: Move garbage collection code to new gc.c file (Yegappan Lakshmanan) closes: #14824 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 22 May 2024 17:00:04 +0200
parents 5acc0d2cf4f7
children
comparison
equal deleted inserted replaced
35240:fbccf48852ad 35241:500731fe8161
112 filepath.c \ 112 filepath.c \
113 findfile.c \ 113 findfile.c \
114 float.c \ 114 float.c \
115 fold.c \ 115 fold.c \
116 getchar.c \ 116 getchar.c \
117 gc.c \
117 hardcopy.c \ 118 hardcopy.c \
118 hashtab.c \ 119 hashtab.c \
119 help.c \ 120 help.c \
120 highlight.c \ 121 highlight.c \
121 if_cscope.c \ 122 if_cscope.c \