glr2.cc: don't use YYSTYPE/YYLTYPE at all
commitd0e44162b5881af6587823f31979173b068ad78c
authorAkim Demaille <akim.demaille@gmail.com>
Sat, 26 Dec 2020 08:13:59 +0000 (26 09:13 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Sat, 26 Dec 2020 10:55:01 +0000 (26 11:55 +0100)
tree67c614bb99a29d780228582b434756b5e87ec459
parent8db99c54f4afe48078d36de891d3293a53decaae
glr2.cc: don't use YYSTYPE/YYLTYPE at all

* data/skeletons/glr2.cc: Define value_type and location_type where
needed, and use them only.
(yyuserMerge): Make it a member function of the glr_state class.
TODO
data/skeletons/glr2.cc