mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
style: indentation fixes
* src/parse-gram.y: here.
This commit is contained in:
@@ -538,15 +538,15 @@ tag:
|
|||||||
/* One token definition. */
|
/* One token definition. */
|
||||||
symbol_def:
|
symbol_def:
|
||||||
TAG
|
TAG
|
||||||
{
|
{
|
||||||
current_type = $1;
|
current_type = $1;
|
||||||
tag_seen = true;
|
tag_seen = true;
|
||||||
}
|
}
|
||||||
| id
|
| id
|
||||||
{
|
{
|
||||||
symbol_class_set ($1, current_class, @1, true);
|
symbol_class_set ($1, current_class, @1, true);
|
||||||
symbol_type_set ($1, current_type, @1);
|
symbol_type_set ($1, current_type, @1);
|
||||||
}
|
}
|
||||||
| id INT
|
| id INT
|
||||||
{
|
{
|
||||||
symbol_class_set ($1, current_class, @1, true);
|
symbol_class_set ($1, current_class, @1, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user