Commit 68b3585
patch 9.2.0251: Link error when building without channel feature
Problem: Compile error when building without channel feature
(John Marriott, after v9.2.0250)
Solution: Update ifdefs and move implementation out of FEAT_JOB_CHANNEL
(Yasuhiro Matsumoto)
Move build_argv_from_list() and mch_get_cmd_output_direct() out of
FEAT_JOB_CHANNEL guards so that system() with a List argument works
in builds that have FEAT_EVAL but not FEAT_JOB_CHANNEL (e.g.
FEAT_NORMAL without GUI).
related: #19791
closes: #19826
Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent c84526d commit 68b3585
3 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3095 | 3095 | | |
3096 | 3096 | | |
3097 | 3097 | | |
3098 | | - | |
| 3098 | + | |
| 3099 | + | |
| 3100 | + | |
3099 | 3101 | | |
3100 | 3102 | | |
3101 | 3103 | | |
| |||
3130 | 3132 | | |
3131 | 3133 | | |
3132 | 3134 | | |
3133 | | - | |
3134 | 3135 | | |
3135 | 3136 | | |
3136 | 3137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5960 | 5960 | | |
5961 | 5961 | | |
5962 | 5962 | | |
5963 | | - | |
| 5963 | + | |
| 5964 | + | |
| 5965 | + | |
5964 | 5966 | | |
5965 | 5967 | | |
5966 | 5968 | | |
| |||
6171 | 6173 | | |
6172 | 6174 | | |
6173 | 6175 | | |
6174 | | - | |
| 6176 | + | |
6175 | 6177 | | |
| 6178 | + | |
6176 | 6179 | | |
6177 | 6180 | | |
6178 | 6181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
| 737 | + | |
| 738 | + | |
737 | 739 | | |
738 | 740 | | |
739 | 741 | | |
| |||
0 commit comments