patch 9.0.0468: exectution stack underflow without the +eval feature
Problem: Exectution stack underflow without the +eval feature. (Dominique
Pellé)
Solution: Add to execution stack without FEAT_EVAL. (closes #11135)
diff --git a/src/scriptfile.c b/src/scriptfile.c
index 3468326..bdb7922 100644
--- a/src/scriptfile.c
+++ b/src/scriptfile.c
@@ -1639,6 +1639,9 @@
}
}
# endif
+#else
+ // Keep the sourcing name/lnum, for recursive calls.
+ estack_push(ETYPE_SCRIPT, fname_exp, 0);
#endif
cookie.conv.vc_type = CONV_NONE; // no conversion