Skip to content

Commit 916911f

Browse files
committed
patch 8.2.1699: build failure due to missing error message
Problem: Build failure due to missing error message. Solution: Add error message.
1 parent a187c43 commit 916911f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/errors.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,6 @@ EXTERN char e_cannot_change_dict[]
266266
INIT(= N_("E1120: Cannot change dict"));
267267
EXTERN char e_cannot_change_dict_item[]
268268
INIT(= N_("E1121: Cannot change dict item"));
269+
EXTERN char e_variable_is_locked_str[]
270+
INIT(= N_("E1122: Variable is locked: %s"));
269271
#endif

src/version.c

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

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
1699,
753755
/**/
754756
1698,
755757
/**/

0 commit comments

Comments
 (0)