1
0
forked from aniani/vim

patch 8.1.0312: wrong type for flags used in signal handlers

Problem:    Wrong type for flags used in signal handlers.
Solution:   Use sig_atomic_t. (Dominique Pelle, closes #3356)
This commit is contained in:
Bram Moolenaar
2018-08-21 19:47:48 +02:00
parent 8c5e0093c9
commit 8e82c057ff
4 changed files with 15 additions and 12 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
312,
/**/
311,
/**/