yacc 1.9 and flex 2.6.1.

git-svn-id: file:///svn/unbound/trunk@4296 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-08-08 09:09:45 +00:00
parent ae67923bab
commit 5797c77f55
3 changed files with 2037 additions and 1999 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -259,7 +259,8 @@ extern int yydebug;
VAR_IPSECMOD_WHITELIST = 469,
VAR_IPSECMOD_STRICT = 470,
VAR_CACHEDB = 471,
VAR_CACHEDB_BACKEND = 472
VAR_CACHEDB_BACKEND = 472,
VAR_CACHEDB_SECRETSEED = 473
};
#endif
/* Tokens. */
@ -478,6 +479,7 @@ extern int yydebug;
#define VAR_IPSECMOD_STRICT 470
#define VAR_CACHEDB 471
#define VAR_CACHEDB_BACKEND 472
#define VAR_CACHEDB_SECRETSEED 473
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
@ -488,7 +490,7 @@ union YYSTYPE
char* str;
#line 492 "util/configparser.h" /* yacc.c:1909 */
#line 494 "util/configparser.h" /* yacc.c:1909 */
};
typedef union YYSTYPE YYSTYPE;