]> git.saurik.com Git - bison.git/commitdiff
doc: minor fixes.
authorAkim Demaille <demaille@gostai.com>
Mon, 13 Apr 2009 18:57:38 +0000 (20:57 +0200)
committerAkim Demaille <demaille@gostai.com>
Tue, 14 Apr 2009 06:12:29 +0000 (08:12 +0200)
* doc/bison.texinfo (Decl Summary): Fix entry about %debug.
(Table of Symbols): Remove duplicate entry for %debug.

ChangeLog
doc/bison.texinfo

index bcd9cc1173fd8db39c48ac37a803c8c3fb983c0c..2469f91286dd5dc66a1501283909da9e1f0b53cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 110f580ed985f8dba00292cfbf9af62c8cc42e32..c8fa086d16b7ff3d0e746ed0ab2784505053ade8 100644 (file)
@@ -4834,8 +4834,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}"
@@ -9782,10 +9782,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}