commit | 80edda1cf57d7bf8f22c021d724faab33c3c81d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 22:53:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 22:53:06 2019 +0200 |
tree | 1bfd0050c05d0dbe8f7d2160eb241e20f58d9ff7 | |
parent | ba45f1f4fbff1a78ed5786c2608b0f8a76ec53c8 [diff] [blame] |
patch 8.1.1621: Amiga: time.h included twice Problem: Amiga: time.h included twice. Solution: Remove include from evalfunc.c, move outside of #ifdef in os_amiga.h. (Ola Söder, closes #4607)
diff --git a/src/version.c b/src/version.c index 9af8988..8fd5239 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1621, +/**/ 1620, /**/ 1619,