Skip to content

Commit 2ec2081

Browse files
committed
patch 8.2.1341: build failures
Problem: Build failures. Solution: Add missing error message.
1 parent b86abad commit 2ec2081

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/globals.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,7 @@ EXTERN char e_readonlysbx[] INIT(= N_("E794: Cannot set variable in the sandbox:
16841684
EXTERN char e_stringreq[] INIT(= N_("E928: String required"));
16851685
EXTERN char e_emptykey[] INIT(= N_("E713: Cannot use empty key for Dictionary"));
16861686
EXTERN char e_dictreq[] INIT(= N_("E715: Dictionary required"));
1687+
EXTERN char e_dictnull[] INIT(= N_("E1103: Dictionary not set"));
16871688
EXTERN char e_listidx[] INIT(= N_("E684: list index out of range: %ld"));
16881689
EXTERN char e_blobidx[] INIT(= N_("E979: Blob index out of range: %ld"));
16891690
EXTERN char e_invalblob[] INIT(= N_("E978: Invalid operation for Blob"));

src/version.c

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

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
1341,
757759
/**/
758760
1340,
759761
/**/

0 commit comments

Comments
 (0)