mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
doc: minor fixes.
* doc/bison.texinfo (Decl Summary): Fix entry about %debug. (Table of Symbols): Remove duplicate entry for %debug.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2009-04-14 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
doc: minor fixes.
|
||||||
|
* doc/bison.texinfo (Decl Summary): Fix entry about %debug.
|
||||||
|
(Table of Symbols): Remove duplicate entry for %debug.
|
||||||
|
|
||||||
2009-04-10 Eric Blake <ebb9@byu.net>
|
2009-04-10 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
submodules: update to latest
|
submodules: update to latest
|
||||||
|
|||||||
@@ -4834,8 +4834,8 @@ traditional Yacc prologue for C/C++, see @ref{Prologue Alternatives}.
|
|||||||
@deffn {Directive} %debug
|
@deffn {Directive} %debug
|
||||||
In the parser file, define the macro @code{YYDEBUG} to 1 if it is not
|
In the parser file, define the macro @code{YYDEBUG} to 1 if it is not
|
||||||
already defined, so that the debugging facilities are compiled.
|
already defined, so that the debugging facilities are compiled.
|
||||||
@end deffn
|
|
||||||
@xref{Tracing, ,Tracing Your Parser}.
|
@xref{Tracing, ,Tracing Your Parser}.
|
||||||
|
@end deffn
|
||||||
|
|
||||||
@deffn {Directive} %define @var{variable}
|
@deffn {Directive} %define @var{variable}
|
||||||
@deffnx {Directive} %define @var{variable} "@var{value}"
|
@deffnx {Directive} %define @var{variable} "@var{value}"
|
||||||
@@ -9782,10 +9782,6 @@ Insert @var{code} verbatim into output parser source.
|
|||||||
Equip the parser for debugging. @xref{Decl Summary}.
|
Equip the parser for debugging. @xref{Decl Summary}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Directive} %debug
|
|
||||||
Equip the parser for debugging. @xref{Decl Summary}.
|
|
||||||
@end deffn
|
|
||||||
|
|
||||||
@ifset defaultprec
|
@ifset defaultprec
|
||||||
@deffn {Directive} %default-prec
|
@deffn {Directive} %default-prec
|
||||||
Assign a precedence to rules that lack an explicit @samp{%prec}
|
Assign a precedence to rules that lack an explicit @samp{%prec}
|
||||||
|
|||||||
Reference in New Issue
Block a user