comparison src/config.h.in @ 30986:360f286b5869 v9.0.0828

patch 9.0.0828: various typos Commit: https://github.com/vim/vim/commit/c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 Author: dundargoc <gocdundar@gmail.com> Date: Wed Nov 2 13:30:51 2022 +0000 patch 9.0.0828: various typos Problem: Various typos. Solution: Correct typos. (closes https://github.com/vim/vim/issues/11432)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 14:45:11 +0100
parents 2295ee9c025d
children 5aa54cbc6e20
comparison
equal deleted inserted replaced
30985:25894f29103e 30986:360f286b5869
133 #undef PTYRANGE1 133 #undef PTYRANGE1
134 134
135 /* Define if struct sigcontext is present */ 135 /* Define if struct sigcontext is present */
136 #undef HAVE_SIGCONTEXT 136 #undef HAVE_SIGCONTEXT
137 137
138 /* Define if touuper/tolower only work on lower/upercase characters */ 138 /* Define if toupper/tolower only work on lower/uppercase characters */
139 #undef BROKEN_TOUPPER 139 #undef BROKEN_TOUPPER
140 140
141 /* Define if stat() ignores a trailing slash */ 141 /* Define if stat() ignores a trailing slash */
142 #undef STAT_IGNORES_SLASH 142 #undef STAT_IGNORES_SLASH
143 143