Problem: Cannot build with the diff feature but without the mutli-byte
feature.
Solution: Remove #ifdefs. (John Marriott)
diff_cmp(char_u *s1, char_u *s2)
{
char_u *p1, *p2;
-#ifdef FEAT_MBYTE
int l;
-#endif
if ((diff_flags & (DIFF_ICASE | DIFF_IWHITE)) == 0)
return STRCMP(s1, s2);
int idx;
int off;
int added = TRUE;
-#ifdef FEAT_MBYTE
char_u *p1, *p2;
int l;
-#endif
/* Make a copy of the line, the next ml_get() will invalidate it. */
line_org = vim_strsave(ml_get_buf(wp->w_buffer, lnum, FALSE));
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1056,
/**/
1055,
/**/