Problem: Warning for using uninitialized variable.
Solution: Initialize it. (John Marriott)
int round, i, len, entries;
char_u *p, *s;
int c1 = 0, c2 = 0, c3 = 0;
- char_u *last_multispace; // Last occurrence of "multispace:"
- int multispace_len = 0; // Length of lcs-multispace string
+ char_u *last_multispace = NULL; // Last occurrence of "multispace:"
+ int multispace_len = 0; // Length of lcs-multispace string
struct charstab
{
int *cp;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3425,
/**/
3424,
/**/