Regenerate.

This commit is contained in:
Paul Eggert
2005-07-09 08:27:02 +00:00
parent 407d4a75bb
commit 5f6da1c0f8
2 changed files with 5 additions and 7 deletions

View File

@@ -1171,11 +1171,9 @@ YYLTYPE yylloc;
yylloc.start.line = yylloc.end.line = 1;
yylloc.start.column = yylloc.end.column = 0;
}
/* Line 869 of yacc.c. */
/* Line 870 of yacc.c. */
#line 1176 "parse-gram.c"
yyvsp[0] = yylval;
yylsp[0] = yylloc;
yylsp[0] = yylloc;
goto yysetstate;
/*------------------------------------------------------------.
@@ -1756,8 +1754,8 @@ yyreduce:
default: break;
}
/* Line 1065 of yacc.c. */
#line 1761 "parse-gram.c"
/* Line 1066 of yacc.c. */
#line 1759 "parse-gram.c"
yyvsp -= yylen;
yyssp -= yylen;

View File

@@ -143,7 +143,7 @@ typedef union YYSTYPE {
assoc assoc;
uniqstr uniqstr;
} YYSTYPE;
/* Line 1388 of yacc.c. */
/* Line 1389 of yacc.c. */
#line 148 "parse-gram.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1