commit | 563bbeabcce5580e03648e687bd7ddb9626a03d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 21:45:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 21:45:40 2019 +0100 |
tree | 161f7c217cd66e39dbedeb2618a891b6c43d384b | |
parent | 57a6bf056715bd5c94d8047247615e39862424e7 [diff] [blame] |
patch 8.1.0791: a few compiler warnings on VMS Problem: A few compiler warnings on VMS. Solution: Remove type cast. Adjust #ifdef. (Zoltan Arpadffy)
diff --git a/src/version.c b/src/version.c index 8d2050f..f33f850 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 791, +/**/ 790, /**/ 789,