comparison src/search.c @ 7019:db0328a2fa2a v7.4.826

patch 7.4.826 Problem: Compiler warnings and errors. Solution: Make it build properly without the multi-byte feature.
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Aug 2015 23:28:43 +0200
parents 814f1f569e4a
children 3a1a6d6fb9b3
comparison
equal deleted inserted replaced
7018:d4e2b9821843 7019:db0328a2fa2a
449 } 449 }
450 450
451 void 451 void
452 set_last_csearch(c, s, len) 452 set_last_csearch(c, s, len)
453 int c; 453 int c;
454 char_u *s; 454 char_u *s UNUSED;
455 int len; 455 int len UNUSED;
456 { 456 {
457 *lastc = c; 457 *lastc = c;
458 #ifdef FEAT_MBYTE 458 #ifdef FEAT_MBYTE
459 lastc_bytelen = len; 459 lastc_bytelen = len;
460 if (len) 460 if (len)