glr2.cc: more free functions about the automaton into glr_stack
commit769322e01ea0f4854c5d844df405edcd76b5ed79
authorAkim Demaille <akim.demaille@gmail.com>
Fri, 15 Jan 2021 06:40:55 +0000 (15 07:40 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Sat, 16 Jan 2021 06:14:00 +0000 (16 07:14 +0100)
treed21b0757855dc2a0f62c238c07d3eb760486deb3
parent19418cfc75f69d545c476e5de5e1765359b9e623
glr2.cc: more free functions about the automaton into glr_stack

* data/skeletons/glr2.cc (yypact_value_is_default)
(yytable_value_is_error, yyisShiftAction, yyisErrorAction)
(yyisDefaultedState, yydefaultAction):
Move into...
(glr_stack): here.
Fix naming conventions.
data/skeletons/glr2.cc