commit | d8742476d11e75e3b733f21d9aeac1cbd2a02c6f | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Ola=20S=C3=B6der?= <rolfkopman@gmail.com> | Sun Mar 05 13:12:32 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 13:12:32 2023 +0000 |
tree | ae90655413daae3c88c7d2c9c9369b2c58f202f6 | |
parent | 5fb78c3fa5c996c08a65431d698bd2c251eef5c7 [diff] [blame] |
patch 9.0.1381: ACCESS_ names have a conflict with on some systems Problem: ACCESS_ names have a conflict with on some systems. Solution: Rename by prepending VIM_. (Ola Söder, closes #12105)
diff --git a/src/version.c b/src/version.c index fbe5346..19ea3e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1381, +/**/ 1380, /**/ 1379,