summaryrefslogtreecommitdiffstats
path: root/src/config-parser.h
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-04-23 20:11:39 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-04-23 20:11:39 -0400
commitbe04bd20400b39d225b79691df0e2254a96b8564 (patch)
treef95875c73b1c11f30e0b6916a503eeb2e0e0d0d0 /src/config-parser.h
parent5140318f8f758141b4e350871db1fe869eb858dc (diff)
New upstream version 1.1.6upstream/1.1.6
Diffstat (limited to 'src/config-parser.h')
-rw-r--r--src/config-parser.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/config-parser.h b/src/config-parser.h
index 8a02091..4daf3ef 100644
--- a/src/config-parser.h
+++ b/src/config-parser.h
@@ -1,8 +1,9 @@
-/* A Bison parser, made by GNU Bison 3.0.4. */
+/* A Bison parser, made by GNU Bison 3.3.2. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
+ Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,6 +31,9 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
+/* Undocumented macros, especially those whose name start with YY_,
+ are private implementation details. Do not rely on them. */
+
#ifndef YY_YY_CONFIG_PARSER_H_INCLUDED
# define YY_YY_CONFIG_PARSER_H_INCLUDED
/* Debug traces. */
@@ -188,12 +192,12 @@ extern int yydebug;
union YYSTYPE
{
-#line 91 "config-parser.y" /* yacc.c:1909 */
+#line 91 "config-parser.y" /* yacc.c:1921 */
int number;
char *string;
-#line 197 "config-parser.h" /* yacc.c:1909 */
+#line 201 "config-parser.h" /* yacc.c:1921 */
};
typedef union YYSTYPE YYSTYPE;