bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: minor fixes.


From: Akim Demaille
Subject: [PATCH] doc: minor fixes.
Date: Mon, 13 Apr 2009 20:57:38 +0200

        * doc/bison.texinfo (Decl Summary): Fix entry about %debug.
        (Table of Symbols): Remove duplicate entry for %debug.
---
 ChangeLog         |    6 ++++++
 doc/bison.texinfo |    6 +-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2d8b02b..85fad9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-14  Akim Demaille  <address@hidden>
+
+       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  <address@hidden>
 
        submodules: update to latest
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 7c11dae..16ffc73 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -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.
address@hidden deffn
 @xref{Tracing, ,Tracing Your Parser}.
address@hidden 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
 
address@hidden {Directive} %debug
-Equip the parser for debugging.  @xref{Decl Summary}.
address@hidden deffn
-
 @ifset defaultprec
 @deffn {Directive} %default-prec
 Assign a precedence to rules that lack an explicit @samp{%prec}
-- 
1.6.2.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]