mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Remove a stray semicolon from the grammar.
This commit is contained in:
parent
400abe7fce
commit
cca829aa6b
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ struct_specifier
|
||||||
|
|
||||||
$$ = make_spec (build_struct ($1, $2, symtab, 0)->type, 0, 0);
|
$$ = make_spec (build_struct ($1, $2, symtab, 0)->type, 0, 0);
|
||||||
}
|
}
|
||||||
| STRUCT tag ';'
|
| STRUCT tag
|
||||||
{
|
{
|
||||||
$$ = make_spec (find_struct ($1, $2, 0)->type, 0, 0);
|
$$ = make_spec (find_struct ($1, $2, 0)->type, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue