mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Now that the lookahead macros (that used yystackp) are out of the way, there is no reason to continue using a pointer. * data/skeletons/glr2.cc: Use yystack, a reference, rather that yystackp, a pointer. Fix tons of const-correctness issues.