]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5061: C89 requires signal handlers to return void v8.2.5061
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2022 21:05:19 +0000 (22:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2022 21:05:19 +0000 (22:05 +0100)
commit99c48fe9974b8d70ca33674658a3da722b0d6466
treedffbad61a62ddf128e2c258fc24bd96c5ccaf4bb
parentde1d7343794a950bd624043901ce7b3caca3c49b
patch 8.2.5061: C89 requires signal handlers to return void

Problem:    C89 requires signal handlers to return void.
Solution:   Drop RETSIGTYPE and hard-code a void return value.
src/auto/configure
src/config.h.in
src/configure.ac
src/if_cscope.c
src/os_mac.h
src/os_unix.c
src/os_vms_conf.h
src/osdef1.h.in
src/pty.c
src/version.c