mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23: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
|
||||
@group
|
||||
%union
|
||||
{
|
||||
@{
|
||||
int ival;
|
||||
const char *sval;
|
||||
}
|
||||
@}
|
||||
@end group
|
||||
@group
|
||||
%token <ival> NUM
|
||||
|
||||
Reference in New Issue
Block a user