comparison src/errors.h @ 29022:e79bfdc53aee v8.2.5033

patch 8.2.5033: build error with +eval but without +quickfix Commit: https://github.com/vim/vim/commit/968443efb5a2a1ed7e1084f2aff65a95f2d0a17b Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 27 21:16:34 2022 +0100 patch 8.2.5033: build error with +eval but without +quickfix Problem: Build error with +eval but without +quickfix. Warning for uninitialized variable. Solution: Adjust #ifdefs. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 May 2022 22:30:03 +0200
parents aadeddf38d9b
children f3c014fe5c16
comparison
equal deleted inserted replaced
29021:b8a4aec82685 29022:e79bfdc53aee
1951 INIT(= N_("E775: Eval feature not available")); 1951 INIT(= N_("E775: Eval feature not available"));
1952 #endif 1952 #endif
1953 #ifdef FEAT_QUICKFIX 1953 #ifdef FEAT_QUICKFIX
1954 EXTERN char e_no_location_list[] 1954 EXTERN char e_no_location_list[]
1955 INIT(= N_("E776: No location list")); 1955 INIT(= N_("E776: No location list"));
1956 # ifdef FEAT_EVAL 1956 #endif
1957 #ifdef FEAT_EVAL
1957 EXTERN char e_string_or_list_expected[] 1958 EXTERN char e_string_or_list_expected[]
1958 INIT(= N_("E777: String or List expected")); 1959 INIT(= N_("E777: String or List expected"));
1959 # endif
1960 #endif 1960 #endif
1961 #ifdef FEAT_SPELL 1961 #ifdef FEAT_SPELL
1962 EXTERN char e_this_does_not_look_like_sug_file_str[] 1962 EXTERN char e_this_does_not_look_like_sug_file_str[]
1963 INIT(= N_("E778: This does not look like a .sug file: %s")); 1963 INIT(= N_("E778: This does not look like a .sug file: %s"));
1964 EXTERN char e_old_sug_file_needs_to_be_updated_str[] 1964 EXTERN char e_old_sug_file_needs_to_be_updated_str[]