File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -664,8 +664,6 @@ do_cmdline(
664664#endif
665665 static int call_depth = 0 ; // recursiveness
666666#ifdef FEAT_EVAL
667- ESTACK_CHECK_DECLARATION
668-
669667 // For every pair of do_cmdline()/do_one_cmd() calls, use an extra memory
670668 // location for storing error messages to be converted to an exception.
671669 // This ensures that the do_errthrow() call in do_one_cmd() does not
@@ -1397,6 +1395,7 @@ handle_did_throw()
13971395{
13981396 char * p = NULL ;
13991397 msglist_T * messages = NULL ;
1398+ ESTACK_CHECK_DECLARATION
14001399
14011400 /*
14021401 * If the uncaught exception is a user exception, report it as an
Original file line number Diff line number Diff line change @@ -755,6 +755,8 @@ static char *(features[]) =
755755
756756static int included_patches [] =
757757{ /* Add new patch number below this line */
758+ /**/
759+ 3262 ,
758760/**/
759761 3261 ,
760762/**/
You can’t perform that action at this time.
0 commit comments