commit | 7d4d87ba89f464810e961c32af1007e26b5dde80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:59:08 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:59:08 2023 +0000 |
tree | f8669b8d0aa621f97d7db2fef3844d7372fa7792 | |
parent | 94674f2223aafeaa4690f25e12f3ebe07814c5ba [diff] [blame] |
patch 9.0.1153: build error with some compilers Problem: Build error with some compilers. Solution: Clear pointer the right way.
diff --git a/src/version.c b/src/version.c index 74af145..0284118 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1153, +/**/ 1152, /**/ 1151,