mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
c++: value_type -> kind_type
* data/c++.m4, data/lalr1.cc (by_type, by_state): Rename 'value_type' as 'kind_type', as it is clearer.
This commit is contained in:
@@ -289,7 +289,7 @@ b4_location_define])])[
|
||||
int type_get () const;
|
||||
|
||||
/// The type used to store the symbol type.
|
||||
typedef state_type value_type;
|
||||
typedef state_type kind_type;
|
||||
};
|
||||
|
||||
/// "Internal" symbol: element of the stack.
|
||||
|
||||
Reference in New Issue
Block a user