mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
doc: fix Texinfo syntax error
* doc/bison.texi (Understanding): here.
This commit is contained in:
@@ -8981,10 +8981,10 @@ The following grammar file, @file{calc.y}, will be used in the sequel:
|
|||||||
@example
|
@example
|
||||||
@group
|
@group
|
||||||
%union
|
%union
|
||||||
{
|
@{
|
||||||
int ival;
|
int ival;
|
||||||
const char *sval;
|
const char *sval;
|
||||||
}
|
@}
|
||||||
@end group
|
@end group
|
||||||
@group
|
@group
|
||||||
%token <ival> NUM
|
%token <ival> NUM
|
||||||
|
|||||||
Reference in New Issue
Block a user