Problem: Build failure without the +eval feature.
Solution: Add #ifdefs.
int save_debug_break_level = debug_break_level;
int sid;
scriptitem_T *si = NULL;
+ int save_estack_compiling = estack_compiling;
#endif
#ifdef STARTUPTIME
struct timeval tv_rel;
proftime_T wait_start;
#endif
int trigger_source_post = FALSE;
- int save_estack_compiling = estack_compiling;
ESTACK_CHECK_DECLARATION
p = expand_env_save(fname);
smsg(_("Cannot source a directory: \"%s\""), fname);
goto theend;
}
+#ifdef FEAT_EVAL
estack_compiling = FALSE;
-#ifdef FEAT_EVAL
// See if we loaded this script before.
for (sid = script_items.ga_len; sid > 0; --sid)
{
theend:
vim_free(fname_exp);
+#ifdef FEAT_EVAL
estack_compiling = save_estack_compiling;
+#endif
return retval;
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2976,
/**/
2975,
/**/