commit | 3506cf34c17c5eae6c2d1317db1fcd5a8493c288 | [log] [tgz] |
---|---|---|
author | Tom Praschan <13141438+tom-anders@users.noreply.github.com> | Thu Apr 07 12:39:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 12:39:08 2022 +0100 |
tree | 7a93cd7c69e55b1ee9e170d8efb62e75f67087fd | |
parent | 3ad2090316edc85e93094bba7af64f9991cc7f85 [diff] [blame] |
patch 8.2.4702: C++ scope labels are hard-coded Problem: C++ scope labels are hard-coded. Solution: Add 'cinscopedecls' to define the labels. (Rom Praschan, closes #10109)
diff --git a/src/version.c b/src/version.c index f00fbcb..3cf9d18 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4702, +/**/ 4701, /**/ 4700,