commit | 8b430b4c1df74bde757a7e5ee0ee2854fdad6472 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 15:01:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 15:01:00 2020 +0100 |
tree | d28364a62c10406a0c7c12958270e026a64cdf66 | |
parent | f9706e9df0e37d214fb08eda30ba29627e97a607 [diff] [blame] |
patch 8.2.0297: compiler warnings for the Ruby interface Problem: Compiler warnings for the Ruby interface. Solution: Undefine a few macros, fix initialization. (Ozaki Kiichi, closes #5677)
diff --git a/src/version.c b/src/version.c index 5eb0d05..aa9ff36 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 297, +/**/ 296, /**/ 295,