mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-04-24 02:29:43 +00:00
70b3c8fb20
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.