summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-05 22:05:19 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-05 22:05:19 +0100
commit99c48fe9974b8d70ca33674658a3da722b0d6466 (patch)
treedffbad61a62ddf128e2c258fc24bd96c5ccaf4bb /src/config.h.in
parentde1d7343794a950bd624043901ce7b3caca3c49b (diff)
patch 8.2.5061: C89 requires signal handlers to return voidv8.2.5061
Problem: C89 requires signal handlers to return void. Solution: Drop RETSIGTYPE and hard-code a void return value.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 1786f2ff96..5f0d6aef2a 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -132,12 +132,6 @@
#undef PTYRANGE0
#undef PTYRANGE1
-/* Define as the return type of signal handlers (int or void). */
-#undef RETSIGTYPE
-
-/* Define as the command at the end of signal handlers ("" or "return 0;"). */
-#undef SIGRETURN
-
/* Define if struct sigcontext is present */
#undef HAVE_SIGCONTEXT