commit | 155f2d1451949d1124bfd6ba9c55be6bd74bab75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 13:38:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 13:38:33 2022 +0100 |
tree | b62202254ef079aafcf30eaa01baf694d3f9b0a6 | |
parent | 73171ba4344e17484699d11c65d57fb1f4de572a [diff] [blame] |
patch 8.2.5141: using "volatile int" in a signal handler might be wrong Problem: Using "volatile int" in a signal handler might be wrong. Solution: Use "volatile sig_atomic_t".
diff --git a/src/version.c b/src/version.c index 5b5b405..9952284 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5141, +/**/ 5140, /**/ 5139,