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:
@@ -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
|
||||
|
Reference in New Issue
Block a user