commit | 9d20daffc296b9eb901fb14bdd83620ea55d440a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 19:31:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 19:31:47 2021 +0100 |
tree | 5f839334b260d0ea390b141da26f7886ae2dc9fc | |
parent | f9547eb6ef02e305203b859d2dcfdae930b9d544 [diff] [blame] |
patch 8.2.2448: compilation error with Ruby 3.0 Problem: Compilation error with Ruby 3.0. Solution: Adjust #ifdefs and declaration. (Ken Takata, closes #7761)
diff --git a/src/version.c b/src/version.c index 61acfad..5a89933 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2448, +/**/ 2447, /**/ 2446,