diff --git a/src/version.c b/src/version.c index 74af145cd..02841186c 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1153, /**/ 1152, /**/ diff --git a/src/vim9class.c b/src/vim9class.c index eba21ce6e..fd0a1223b 100644 --- a/src/vim9class.c +++ b/src/vim9class.c @@ -606,7 +606,7 @@ early_ret: goto cleanup; for (int i = 0; i < ga_impl.ga_len; ++i) cl->class_interfaces[i] = ((char_u **)ga_impl.ga_data)[i]; - CLEAR_POINTER(ga_impl.ga_data); + VIM_CLEAR(ga_impl.ga_data); ga_impl.ga_len = 0; }