mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: fixes.
* doc/bison.texinfo: Fix minor Texinfo errors.
(cherry picked from commit 17aed602c6)
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-08-19 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
doc: fixes.
|
||||||
|
* doc/bison.texinfo: Fix minor Texinfo errors.
|
||||||
|
|
||||||
2009-08-19 Akim Demaille <demaille@gostai.com>
|
2009-08-19 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
doc: %initial-action to initialize yylloc.
|
doc: %initial-action to initialize yylloc.
|
||||||
|
|||||||
@@ -4841,7 +4841,7 @@ the selected target language and/or the parser skeleton (@pxref{Decl
|
|||||||
Summary,,%language}, @pxref{Decl Summary,,%skeleton}).
|
Summary,,%language}, @pxref{Decl Summary,,%skeleton}).
|
||||||
|
|
||||||
It is an error if a @var{variable} is defined by @code{%define} multiple
|
It is an error if a @var{variable} is defined by @code{%define} multiple
|
||||||
times, but @ref{Bison Options,,-D @var{name}[=@var{value}]}.
|
times, but see @ref{Bison Options,,-D @var{name}[=@var{value}]}.
|
||||||
|
|
||||||
Omitting @code{"@var{value}"} is always equivalent to specifying it as
|
Omitting @code{"@var{value}"} is always equivalent to specifying it as
|
||||||
@code{""}.
|
@code{""}.
|
||||||
@@ -7986,7 +7986,7 @@ already defined, so that the debugging facilities are compiled.
|
|||||||
|
|
||||||
@item -D @var{name}[=@var{value}]
|
@item -D @var{name}[=@var{value}]
|
||||||
@itemx --define=@var{name}[=@var{value}]
|
@itemx --define=@var{name}[=@var{value}]
|
||||||
@item -F @var{name}[=@var{value}]
|
@itemx -F @var{name}[=@var{value}]
|
||||||
@itemx --force-define=@var{name}[=@var{value}]
|
@itemx --force-define=@var{name}[=@var{value}]
|
||||||
Each of these is equivalent to @samp{%define @var{name} "@var{value}"}
|
Each of these is equivalent to @samp{%define @var{name} "@var{value}"}
|
||||||
(@pxref{Decl Summary, ,%define}) except that Bison processes multiple
|
(@pxref{Decl Summary, ,%define}) except that Bison processes multiple
|
||||||
|
|||||||
Reference in New Issue
Block a user