comparison src/config.h.in @ 29079:9781c150eddd v8.2.5061

patch 8.2.5061: C89 requires signal handlers to return void Commit: https://github.com/vim/vim/commit/99c48fe9974b8d70ca33674658a3da722b0d6466 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 5 22:05:19 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jun 2022 23:15:02 +0200
parents b90bca860b5a
children 029c59bf78f1
comparison
equal deleted inserted replaced
29078:c4071444366f 29079:9781c150eddd
129 #undef HAVE_SVR4_PTYS 129 #undef HAVE_SVR4_PTYS
130 130
131 /* Define to range of pty names to try */ 131 /* Define to range of pty names to try */
132 #undef PTYRANGE0 132 #undef PTYRANGE0
133 #undef PTYRANGE1 133 #undef PTYRANGE1
134
135 /* Define as the return type of signal handlers (int or void). */
136 #undef RETSIGTYPE
137
138 /* Define as the command at the end of signal handlers ("" or "return 0;"). */
139 #undef SIGRETURN
140 134
141 /* Define if struct sigcontext is present */ 135 /* Define if struct sigcontext is present */
142 #undef HAVE_SIGCONTEXT 136 #undef HAVE_SIGCONTEXT
143 137
144 /* Define if touuper/tolower only work on lower/upercase characters */ 138 /* Define if touuper/tolower only work on lower/upercase characters */