File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1684,6 +1684,7 @@ EXTERN char e_readonlysbx[] INIT(= N_("E794: Cannot set variable in the sandbox:
16841684EXTERN char e_stringreq [] INIT (= N_ ("E928: String required" ));
16851685EXTERN char e_emptykey [] INIT (= N_ ("E713: Cannot use empty key for Dictionary" ));
16861686EXTERN char e_dictreq [] INIT (= N_ ("E715: Dictionary required" ));
1687+ EXTERN char e_dictnull [] INIT (= N_ ("E1103: Dictionary not set" ));
16871688EXTERN char e_listidx [] INIT (= N_ ("E684: list index out of range: %ld" ));
16881689EXTERN char e_blobidx [] INIT (= N_ ("E979: Blob index out of range: %ld" ));
16891690EXTERN char e_invalblob [] INIT (= N_ ("E978: Invalid operation for Blob" ));
Original file line number Diff line number Diff line change @@ -754,6 +754,8 @@ static char *(features[]) =
754754
755755static int included_patches [] =
756756{ /* Add new patch number below this line */
757+ /**/
758+ 1341 ,
757759/**/
758760 1340 ,
759761/**/
You can’t perform that action at this time.
0 commit comments