summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2009-04-13 20:57:38 +0200
committerAkim Demaille <demaille@gostai.com>2009-04-14 08:12:29 +0200
commitbd5df716a33f8c707dbba101f78dedf5feb9e9d5 (patch)
treeb288ca7d2addbb0a95dd3692e60263cc0246656c /doc
parent7ba0d59da0ec8f6876a66ea81bb9f9190ddec358 (diff)
downloadbison-bd5df716a33f8c707dbba101f78dedf5feb9e9d5.tar.gz
doc: minor fixes.
* doc/bison.texinfo (Decl Summary): Fix entry about %debug. (Table of Symbols): Remove duplicate entry for %debug.
Diffstat (limited to 'doc')
-rw-r--r--doc/bison.texinfo6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 110f580e..c8fa086d 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -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}