commit | 4b1cc7906f2fa9aa5a41c16467e5d3ac4b64e323 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Aug 19 22:39:33 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Aug 19 22:39:33 2023 +0200 |
tree | 631f81394457c15a17fe3859fe3034787c97c3df | |
parent | e1eaae27f4f2d2522e45397756f3bca42be50988 [diff] [blame] |
patch 9.0.1757: ex_class() function is too long Problem: ex_class() function is too long Solution: refactor it closes: #12858 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
diff --git a/src/version.c b/src/version.c index bc3ddc1..781d389 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1757, +/**/ 1756, /**/ 1755,