Problem: Build failure with +eval feature.
Solution: Add missing part for using funcerror_T.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1323,
/**/
1322,
/**/
char_u namebuf[MAX_FUNC_NAME_LEN];
char_u fname_buf[FLEN_FIXED + 1];
char_u *tofree = NULL;
- int error = FCERR_NONE;
ufunc_T *ufunc = NULL;
int res = FAIL;
int is_autoload;
if (generate_ppconst(cctx, ppconst) == FAIL)
return FAIL;
+ funcerror_T error;
name = fname_trans_sid(namebuf, fname_buf, &tofree, &error);
// We handle the "skip" argument of searchpair() and searchpairpos()