Skip to content

Commit 3d3e2aa

Browse files
committed
patch 9.0.1003: tiny build fails
Problem: Tiny build fails. Solution: Remove #ifdef from error message.
1 parent 9163efb commit 3d3e2aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/errors.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,10 +1180,8 @@ EXTERN char e_invalid_value_for_argument_str_str[]
11801180
#endif
11811181
EXTERN char e_invalid_command[]
11821182
INIT(= N_("E476: Invalid command"));
1183-
#ifdef FEAT_EVAL
11841183
EXTERN char e_invalid_command_str[]
11851184
INIT(= N_("E476: Invalid command: %s"));
1186-
#endif
11871185
EXTERN char e_no_bang_allowed[]
11881186
INIT(= N_("E477: No ! allowed"));
11891187
EXTERN char e_dont_panic[]

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1003,
698700
/**/
699701
1002,
700702
/**/

0 commit comments

Comments
 (0)