Skip to content

Commit fb489af

Browse files
committed
patch 8.2.1692: build fails because TTFLAG_STATIC is missing
Problem: Build fails because TTFLAG_STATIC is missing. Solution: Include missing change.
1 parent 5e65423 commit fb489af

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/structs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ struct type_S {
13741374
#define TTFLAG_VARARGS 1 // func args ends with "..."
13751375
#define TTFLAG_OPTARG 2 // func arg type with "?"
13761376
#define TTFLAG_BOOL_OK 4 // can be converted to bool
1377+
#define TTFLAG_STATIC 8 // one of the static types, e.g. t_any
13771378

13781379
/*
13791380
* Structure to hold an internal variable without a name.

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+
1692,
753755
/**/
754756
1691,
755757
/**/

0 commit comments

Comments
 (0)