Bash-4.2 patch 42

This commit is contained in:
Chet Ramey 2013-01-10 19:53:16 -05:00
commit 509a4430ae
4 changed files with 227 additions and 170 deletions

View file

@ -142,7 +142,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 323 "/Users/chet/src/bash/src/parse.y"
#line 323 "/usr/src/local/chet/src/bash/bash-4.2-patched/parse.y"
{
WORD_DESC *word; /* the word that we read. */
int number; /* the number that we read. */
@ -152,7 +152,7 @@ typedef union YYSTYPE
ELEMENT element;
PATTERN_LIST *pattern;
}
/* Line 1489 of yacc.c. */
/* Line 1529 of yacc.c. */
#line 157 "y.tab.h"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */