Files
bison/tests
Akim Demaille 68dbdee86a Get rid of yyrhs and yyprhs in yacc.c.
They were used to get the symbol types, given a rule number,  when
displaying the top of the stack before a reduction.  But the symbol type
is available from the state stack.  This has two be benefits: two tables
less in the parser (making it smaller), and a more consistent use of the
three stacks which will help to fuse them.

	* data/yacc.c (yyprhs, yyrhs): Remove.
	(YY_REDUCE_PRINT): Pass yyssp to yy_reduce_print.
	(yy_reduce_print): Take yyssp as argument.
	Use it, together with yystos, to get the symbol type.
	* tests/regression.at (Web2c Report): Remove these tables from the
	expected output.
2008-11-25 22:21:24 +01:00
..
2008-11-16 19:46:16 +01:00
2008-11-16 19:46:16 +01:00
2008-11-11 16:11:52 +01:00
2004-10-05 09:58:58 +00:00
2008-11-17 11:01:41 +01:00
2008-11-10 10:48:15 +01:00
2008-11-15 14:47:02 +01:00
2008-11-15 11:20:20 +01:00