mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
style changes
* data/glr.cc, tests/actions.at: Fix comments. * src/symtab.h, src/symtab.c: Fix indentation/comments. * src/symlist.c: Fix indentation.
This commit is contained in:
@@ -396,7 +396,7 @@ symbol_check_defined (symbol *sym)
|
||||
complain_at (sym->location, complaint,
|
||||
_("symbol %s is used, but is not defined as a token"
|
||||
" and has no rules"),
|
||||
sym->tag);
|
||||
sym->tag);
|
||||
break;
|
||||
case declared:
|
||||
/* If declared, then sym->class != unknown_sym. */
|
||||
|
||||
Reference in New Issue
Block a user