bash-5.0 distribution sources and documentation
This commit is contained in:
@@ -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 333 "/usr/homes/chet/src/bash/src/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;
|
||||
|
||||
Reference in New Issue
Block a user