mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
patch 8.2.1597: the channel source file is too big
Problem: The channel source file is too big. Solution: Move job related code to a new source file.
This commit is contained in:
4
src/auto/configure
vendored
4
src/auto/configure
vendored
@@ -8006,9 +8006,9 @@ fi
|
||||
if test "$enable_channel" = "yes"; then
|
||||
$as_echo "#define FEAT_JOB_CHANNEL 1" >>confdefs.h
|
||||
|
||||
CHANNEL_SRC="channel.c"
|
||||
CHANNEL_SRC="job.c channel.c"
|
||||
|
||||
CHANNEL_OBJ="objects/channel.o"
|
||||
CHANNEL_OBJ="objects/job.o objects/channel.o"
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user