commit | 20b23c6358131baefb57b9083387fb4524d3ff24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 15:25:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 15:25:00 2020 +0200 |
tree | 57c567c9c1f1ced10cc6c22c13f0fa09d7f0e015 | |
parent | 66250c932e8a0e3c43e7c7c7b1dbede040b9c508 [diff] [blame] |
patch 8.2.1492: build failures Problem: Build failures. Solution: Move typedef out of #ifdef. Adjust argument types. Discover America.
diff --git a/src/version.c b/src/version.c index c5ce04c..62faf4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1492, +/**/ 1491, /**/ 1490,