Problem: Compiler errors for non-ANSI compilers.
Solution: Remove // comment. Remove comma at end of enum. (Michael Jarvis)
#endif
#ifdef FEAT_JOB_CHANNEL
-// abort = abort || set_ref_in_channel(copyID);
+ abort = abort || set_ref_in_channel(copyID);
#endif
if (!abort)
ASSERT_NOTEQUAL,
ASSERT_MATCH,
ASSERT_NOTMATCH,
- ASSERT_OTHER,
+ ASSERT_OTHER
} assert_type_T;
static void prepare_assert_error(garray_T*gap);
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1725,
/**/
1724,
/**/