diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/conf_parser.c | 4 | ||||
-rw-r--r-- | src/conf_parser.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/conf_parser.c b/src/conf_parser.c index 2600734..a89cd1a 100644 --- a/src/conf_parser.c +++ b/src/conf_parser.c @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 3.0.1. */ +/* A Bison parser, made by GNU Bison 3.0.2. */ /* Bison implementation for Yacc-like parsers in C @@ -44,7 +44,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "3.0.1" +#define YYBISON_VERSION "3.0.2" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" diff --git a/src/conf_parser.h b/src/conf_parser.h index e45c349..1418fbd 100644 --- a/src/conf_parser.h +++ b/src/conf_parser.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 3.0.1. */ +/* A Bison parser, made by GNU Bison 3.0.2. */ /* Bison interface for Yacc-like parsers in C |