]> 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:27:55 +0000 (08:27 +0200)
* doc/bison.texinfo (Decl Summary): Fix entry about %debug.
(Table of Symbols): Remove duplicate entry for %debug.

ChangeLog
doc/bison.texinfo

index 6ac27dba08ee0e496180fe23018f870fa9674623..7f8035a2f8c74f6bc280f38416bca31e8c536587 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-06  Eric Blake  <ebb9@byu.net>
 
        Work around autoconf 2.63b bug in testsuite.
index daeb61f80c721beba04ceb93d957e1a04d9aafb8..e6198880cb2b93af4e65f1865c701bc3bb1e8e8e 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}"
@@ -9778,10 +9778,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}