mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
style: rename variables for consistency
* src/lalr.c: Use trans for transitions, and reds for reductions, as elsewhere in the code. * src/state.h: Comment changes.
This commit is contained in:
@@ -112,7 +112,7 @@ typedef struct state state;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int num;
|
||||
int num; /** Size of destination STATES. */
|
||||
state *states[1];
|
||||
} transitions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user