"Joel E. Denny" <[EMAIL PROTECTED]> writes: > I think this cleanup in the test suite would aid future > evolution of bison regardless.
I suspect my earlier test failures were because I didn't apply the earlier patches properly. Offhand I don't see how the proposed patch will break anything, as the old code already needed to distinguish between, e.g., *yylval versus yylval, and the new code merely changes this to *lvalp versus yylval. Since the test suite works with this patch and it is more in the spirit of Bison for users to have local names that don't start with "yy" I installed the patch. Thanks.
