diff src/errors.h @ 30200:499c766d0c14 v9.0.0436

patch 9.0.0436: CI: running tests in parallel causes flakiness Commit: https://github.com/vim/vim/commit/2da11a4124989e3be917fa8024025d2e1452b363 Author: K.Takata <kentkt@csc.jp> Date: Sat Sep 10 13:03:12 2022 +0100 patch 9.0.0436: CI: running tests in parallel causes flakiness Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes https://github.com/vim/vim/issues/11101)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Sep 2022 14:15:04 +0200
parents 9f8b1f584395
children a3016780f346
line wrap: on
line diff
--- 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[]