bash-5.0-rc1 release

This commit is contained in:
Chet Ramey
2018-12-20 11:41:58 -05:00
parent 2ae59c1134
commit f250956cb2
138 changed files with 13535 additions and 12329 deletions
+4 -4
View File
@@ -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;