summaryrefslogtreecommitdiffstats
path: root/src/errors.h
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-09-10 13:03:12 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-10 13:03:12 +0100
commit2da11a4124989e3be917fa8024025d2e1452b363 (patch)
tree5a25d751f2e3afd2afab4e89a31442744845dee8 /src/errors.h
parentf21d546d8f80b85a1770fc4c9f48f2d92e2e82fa (diff)
patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436
Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101)
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/errors.h b/src/errors.h
index 050cec768d..43baa6a1ad 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -2011,11 +2011,11 @@ EXTERN char e_cannot_delete_variable[]
INIT(= N_("E795: Cannot delete variable"));
EXTERN char e_cannot_delete_variable_str[]
INIT(= N_("E795: Cannot delete variable %s"));
+#endif
+#ifdef MSWIN
// E796
-# ifdef MSWIN
EXTERN char e_writing_to_device_disabled_with_opendevice_option[]
INIT(= N_("writing to device disabled with 'opendevice' option"));
-# endif
#endif
#ifdef FEAT_SPELL
EXTERN char e_spellfilemising_autocommand_deleted_buffer[]