commit | 9d6650f6c443985a83df3b3415eb42137e613f1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 23:04:47 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 23:04:47 2010 +0200 |
tree | c2be6cc387cde90c14d77e0173b91eff3d5bb45f | |
parent | debe25a2a58f32a8301765c8c503c457ced3965d [diff] [blame] |
Avoid compiler warnings.
diff --git a/src/screen.c b/src/screen.c index 3205d3d..1753330 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -297,7 +297,7 @@ #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