0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

Avoid compiler warnings.

This commit is contained in:
Bram Moolenaar
2010-06-06 23:04:47 +02:00
parent debe25a2a5
commit 9d6650f6c4
6 changed files with 22 additions and 18 deletions

View File

@@ -297,7 +297,7 @@ redrawWinline(lnum, invalid)
#endif
}
#if defined(FEAT_RUBY) || defined(FEAT_VISUAL) || \
#if defined(FEAT_RUBY) || defined(FEAT_PERL) || defined(FEAT_VISUAL) || \
(defined(FEAT_CLIPBOARD) && defined(FEAT_X11)) || defined(PROTO)
/*
* update all windows that are editing the current buffer