]> git.saurik.com Git - bison.git/commit - ChangeLog
* data/bison.simple (yyr1): Don't use yy_token_number_type as element
authorPaul Hilfinger <Hilfinger@CS.Berkeley.EDU>
Mon, 20 May 2002 22:56:53 +0000 (22:56 +0000)
committerPaul Hilfinger <Hilfinger@CS.Berkeley.EDU>
Mon, 20 May 2002 22:56:53 +0000 (22:56 +0000)
commitc0c9ea051b0fadc4265d0b1a78c3a2ed0eca8fca
treeb538d499193007472d95729636a2214ab4d870a7
parent6390a83f8b09d6fe04c43374a69bcb3aeef50507
* data/bison.simple (yyr1): Don't use yy_token_number_type as element
type; it isn't always big enough, since it doesn't necessarily
include non-terminals.
(yytranslate): Expand definition of yy_token_number_type, so that
the latter can be removed.
(yy_token_number_type): Remove, only one use.
* data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
don't use TokenNumberType as element type.

* tests/regression.at: Modify expected output to agree with change
to yyr1 and yytranslate.
ChangeLog
data/bison.c++
data/bison.simple
tests/regression.at