comparison src/version.c @ 15559:59d32a45da1a v8.1.0787

patch 8.1.0787: compiler warning for unused function commit https://github.com/vim/vim/commit/edce7420d044a503f38284188770efba87121bd6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 20 18:39:30 2019 +0100 patch 8.1.0787: compiler warning for unused function Problem: Compiler warning for unused function. (Tony Mechelynck) Solution: Tune #ifdef around setjmp functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Jan 2019 18:45:05 +0100
parents c0560da7873e
children ea9f1180d337
comparison
equal deleted inserted replaced
15558:97d57a9349d5 15559:59d32a45da1a
789 NULL 789 NULL
790 }; 790 };
791 791
792 static int included_patches[] = 792 static int included_patches[] =
793 { /* Add new patch number below this line */ 793 { /* Add new patch number below this line */
794 /**/
795 787,
794 /**/ 796 /**/
795 786, 797 786,
796 /**/ 798 /**/
797 785, 799 785,
798 /**/ 800 /**/