We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a187c43 commit 916911fCopy full SHA for 916911f
2 files changed
src/errors.h
@@ -266,4 +266,6 @@ EXTERN char e_cannot_change_dict[]
266
INIT(= N_("E1120: Cannot change dict"));
267
EXTERN char e_cannot_change_dict_item[]
268
INIT(= N_("E1121: Cannot change dict item"));
269
+EXTERN char e_variable_is_locked_str[]
270
+ INIT(= N_("E1122: Variable is locked: %s"));
271
#endif
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 1699,
755
/**/
756
1698,
757
0 commit comments