Version 1.75a.

This commit is contained in:
Paul Eggert
2002-10-25 06:05:50 +00:00
parent 1f1b791bf0
commit 5c16c6b13a
17 changed files with 214 additions and 352 deletions

View File

@@ -236,7 +236,7 @@ typedef union {
char *string;
assoc_t assoc;
} yystype;
/* Line 203 of /tmp/prefix/share/bison/yacc.c. */
/* Line 226 of /tmp/prefix/share/bison/yacc.c. */
#line 241 "parse-gram.c"
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
@@ -257,7 +257,7 @@ typedef struct yyltype
/* Copy the second part of user declarations. */
/* Line 223 of /tmp/prefix/share/bison/yacc.c. */
/* Line 246 of /tmp/prefix/share/bison/yacc.c. */
#line 262 "parse-gram.c"
#if ! defined (yyoverflow) || YYERROR_VERBOSE
@@ -1627,7 +1627,7 @@ yyreduce:
}
/* Line 1022 of /tmp/prefix/share/bison/yacc.c. */
/* Line 1045 of /tmp/prefix/share/bison/yacc.c. */
#line 1632 "parse-gram.c"
yyvsp -= yylen;

View File

@@ -139,7 +139,7 @@ typedef union {
char *string;
assoc_t assoc;
} yystype;
/* Line 1287 of /tmp/prefix/share/bison/yacc.c. */
/* Line 1310 of /tmp/prefix/share/bison/yacc.c. */
#line 144 "y.tab.h"
# define YYSTYPE yystype
#endif