mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
Bash-4.3 distribution sources and documentation
This commit is contained in:
+2
-2
@@ -142,7 +142,7 @@
|
||||
|
||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||
typedef union YYSTYPE
|
||||
#line 323 "/Users/chet/src/bash/src/parse.y"
|
||||
#line 324 "/usr/homes/chet/src/bash/src/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 */
|
||||
|
||||
Reference in New Issue
Block a user