Problem: Compiler warnings and errors.
Solution: Make it build properly without the multi-byte feature.
}
else
#endif
- set_last_csearch(mb_ptr2char(csearch),
- csearch, mb_ptr2len(csearch));
+ set_last_csearch(PTR2CHAR(csearch),
+ csearch, MB_PTR2LEN(csearch));
}
di = dict_find(d, (char_u *)"forward", -1);
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
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 826,
/**/
825,
/**/