mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
style: fix spellos
* src/complain.c, src/print.c, src/print-xml.c, src/symtab.h: here.
This commit is contained in:
@@ -617,7 +617,7 @@ handle_action_dollar (symbol_list *rule, char *text, const location *dollar_loc)
|
||||
char *cp = fetch_type_name (text + 1, &type_name, dollar_loc);
|
||||
int n = parse_ref (cp, effective_rule, effective_rule_length,
|
||||
rule->midrule_parent_rhs_index, text, dollar_loc, '$');
|
||||
/* End type_name. Don't do it ealier: parse_ref depends on TEXT. */
|
||||
/* End type_name. Don't do it earlier: parse_ref depends on TEXT. */
|
||||
if (type_name)
|
||||
cp[-1] = '\0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user