mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
style: use consistently *_loc for locations
Some members are called foo_location, others are foo_loc. Stick to the latter. * src/gram.h, src/location.h, src/location.c, src/output.c, * src/parse-gram.y, src/reader.h, src/reader.c, src/reduce.c, * src/scan-gram.l, src/symlist.h, src/symlist.c, src/symtab.h, * src/symtab.c: Use _loc consistently, not _location.
This commit is contained in:
@@ -84,13 +84,13 @@ typedef struct symbol_list
|
||||
code_props action_props;
|
||||
|
||||
/* The location of the first %empty for this rule, or \a
|
||||
empty_location. */
|
||||
empty_loc. */
|
||||
location percent_empty_loc;
|
||||
|
||||
int dprec;
|
||||
location dprec_location;
|
||||
location dprec_loc;
|
||||
int merger;
|
||||
location merger_declaration_location;
|
||||
location merger_declaration_loc;
|
||||
|
||||
/* Counts of the number of expected conflicts for this rule, or -1 if none
|
||||
given. */
|
||||
|
||||
Reference in New Issue
Block a user