1
0
forked from aniani/vim

patch 7.4.826

Problem:    Compiler warnings and errors.
Solution:   Make it build properly without the multi-byte feature.
This commit is contained in:
Bram Moolenaar
2015-08-13 23:28:43 +02:00
parent 1560d07045
commit 3cfd5289ca
3 changed files with 6 additions and 4 deletions

View File

@@ -451,8 +451,8 @@ last_csearch_until()
void
set_last_csearch(c, s, len)
int c;
char_u *s;
int len;
char_u *s UNUSED;
int len UNUSED;
{
*lastc = c;
#ifdef FEAT_MBYTE