Adjust synclines in src/parse-gram.[ch].

* tests/bison.in: Do some magic (including working around issues
	with ylwrap) when this wrapper is used to compile
	src/parse-gram.y.
This commit is contained in:
Akim Demaille
2009-09-03 14:10:17 +02:00
parent 82db7cdb69
commit f4c75eaf2a
4 changed files with 152 additions and 113 deletions

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.4.395-7910-dirty. */
/* A Bison parser, made by GNU Bison 2.3b.445-2755. */
/* Interface for Bison's Yacc-like parsers in C
@@ -158,7 +158,7 @@
typedef union YYSTYPE
{
/* Line 1608 of yacc.c */
#line 94 "parse-gram.y"
#line 94 "src/parse-gram.y"
symbol *symbol;
symbol_list *list;