summaryrefslogtreecommitdiff
path: root/parser-built
diff options
context:
space:
mode:
Diffstat (limited to 'parser-built')
-rw-r--r--parser-built8
1 files changed, 4 insertions, 4 deletions
diff --git a/parser-built b/parser-built
index d5b5c099..86c8e505 100644
--- a/parser-built
+++ b/parser-built
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 3.0.4. */
+/* A Bison parser, made by GNU Bison 3.0.5. */
/* 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 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
@@ -148,7 +148,7 @@ extern int yydebug;
union YYSTYPE
{
-#line 328 "./parse.y" /* yacc.c:1909 */
+#line 328 "/usr/homes/chet/src/bash/src/parse.y" /* yacc.c:1910 */
WORD_DESC *word; /* the word that we read. */
int number; /* the number that we read. */
@@ -158,7 +158,7 @@ union YYSTYPE
ELEMENT element;
PATTERN_LIST *pattern;
-#line 162 "y.tab.h" /* yacc.c:1909 */
+#line 162 "y.tab.h" /* yacc.c:1910 */
};
typedef union YYSTYPE YYSTYPE;