comparison src/version.c @ 19479:bc6c7be92527 v8.2.0297

patch 8.2.0297: compiler warnings for the Ruby interface Commit: https://github.com/vim/vim/commit/8b430b4c1df74bde757a7e5ee0ee2854fdad6472 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 22 15:01:00 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Feb 2020 15:15:04 +0100
parents 2bb0e80fcd32
children c27837cbe922
comparison
equal deleted inserted replaced
19478:98e759662690 19479:bc6c7be92527
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 297,
741 /**/ 743 /**/
742 296, 744 296,
743 /**/ 745 /**/
744 295, 746 295,
745 /**/ 747 /**/