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:
Akim Demaille
2009-04-13 20:57:38 +02:00
parent 3535c0714e
commit f7dae1ea51
2 changed files with 7 additions and 5 deletions

View File

@@ -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>
submodules: update to latest

View File

@@ -4842,8 +4842,8 @@ traditional Yacc prologue for C/C++, see @ref{Prologue Alternatives}.
@deffn {Directive} %debug
In the parser file, define the macro @code{YYDEBUG} to 1 if it is not
already defined, so that the debugging facilities are compiled.
@end deffn
@xref{Tracing, ,Tracing Your Parser}.
@end deffn
@deffn {Directive} %define @var{variable}
@deffnx {Directive} %define @var{variable} "@var{value}"
@@ -9896,10 +9896,6 @@ Insert @var{code} verbatim into output parser source.
Equip the parser for debugging. @xref{Decl Summary}.
@end deffn
@deffn {Directive} %debug
Equip the parser for debugging. @xref{Decl Summary}.
@end deffn
@ifset defaultprec
@deffn {Directive} %default-prec
Assign a precedence to rules that lack an explicit @samp{%prec}