Problem: Using NUL instead of NULL.
Solution: Change to NULL. (Dominique Pelle)
continue;
e1 = vim_strrchr(t1, '.');
e2 = vim_strrchr(gettail(f2), '.');
- if (e1 == NUL || e2 == NUL)
+ if (e1 == NULL || e2 == NULL)
continue;
if (fnamecmp(e1, ".txt") != 0
&& fnamecmp(e1, fname + 4) != 0)
/* :sign define {name} {args}... {last}=
* | |
* last p */
- if (p == NUL)
+ if (p == NULL)
{
/* Expand last argument name (before equal sign). */
xp->xp_pattern = last;
break;
}
- if (res != NUL)
+ if (res != NULL)
{
res->v_type = VAR_SPECIAL;
res->vval.v_number = VVAL_NONE;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 46,
/**/
45,
/**/