Skip to content

Commit

Permalink
patch 9.0.1003: tiny build fails
Browse files Browse the repository at this point in the history
Problem:    Tiny build fails.
Solution:   Remove #ifdef from error message.
  • Loading branch information
brammool committed Dec 4, 2022
1 parent 9163efb commit 3d3e2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/errors.h
Expand Up @@ -1180,10 +1180,8 @@ EXTERN char e_invalid_value_for_argument_str_str[]
#endif
EXTERN char e_invalid_command[]
INIT(= N_("E476: Invalid command"));
#ifdef FEAT_EVAL
EXTERN char e_invalid_command_str[]
INIT(= N_("E476: Invalid command: %s"));
#endif
EXTERN char e_no_bang_allowed[]
INIT(= N_("E477: No ! allowed"));
EXTERN char e_dont_panic[]
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -695,6 +695,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1003,
/**/
1002,
/**/
Expand Down

0 comments on commit 3d3e2aa

Please sign in to comment.