mirror of
https://github.com/vim/vim.git
synced 2025-10-21 08:24:06 -04:00
patch 9.1.1832: if_perl: contains references to legacy if_perlsfio
Problem: if_perl: contains references to legacy if_perlsfio.{c,pro} and USE_SFIO Solution: Remove those references (Hirohito Higashi) fixes: #18496 closes: #18500 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
882452644c
commit
723f34f3de
@@ -337,7 +337,6 @@ extern char_u *vimpty_getenv(const char_u *string); // in misc2.c
|
||||
# if defined(FEAT_PERL) && !defined(IN_PERL_FILE)
|
||||
# define CV void
|
||||
# include "if_perl.pro"
|
||||
# include "if_perlsfio.pro"
|
||||
# endif
|
||||
|
||||
# ifdef MACOS_CONVERT
|
||||
|
Reference in New Issue
Block a user