Skip to content

Commit 3a0f092

Browse files
committed
patch 8.2.2653: build failure
Problem: Build failure. Solution: Add missing changes.
1 parent fa98441 commit 3a0f092

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/errors.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,6 @@ EXTERN char e_text_found_after_enddef_str[]
386386
EXTERN char e_string_required_for_argument_nr[]
387387
INIT(= N_("E1174: String required for argument %d"));
388388
EXTERN char e_non_empty_string_required_for_argument_nr[]
389-
INIT(= N_("E1142: Non-empty string required for argument %d"));
389+
INIT(= N_("E1175: Non-empty string required for argument %d"));
390+
EXTERN char e_misplaced_command_modifier[]
391+
INIT(= N_("E1176: Misplaced command modifier"));

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+
2653,
753755
/**/
754756
2652,
755757
/**/

0 commit comments

Comments
 (0)