diff --git a/src/alloc.c b/src/alloc.c index e6e2633d21..9547d67192 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -180,7 +180,6 @@ alloc_clear(size_t size) return p; } -#if defined(FEAT_SIGNS) || defined(PROTO) /* * Same as alloc_clear() but with allocation id for testing */ @@ -193,7 +192,6 @@ alloc_clear_id(size_t size, alloc_id_T id UNUSED) #endif return alloc_clear(size); } -#endif /* * Allocate memory like lalloc() and set all bytes to zero. diff --git a/src/version.c b/src/version.c index 4e3773b488..79a3bad67d 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4681, /**/ 4680, /**/