bison-patches
[Top][All Lists]
Advanced

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

[PATCH 07/10] doc: address a fixme


From: Akim Demaille
Subject: [PATCH 07/10] doc: address a fixme
Date: Mon, 3 Sep 2012 16:26:13 +0200

* doc/bison.texi (Calc++ Parser): Add a cross-reference.
---
 doc/bison.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/bison.texi b/doc/bison.texi
index 9436719..0a0ae01 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -10320,9 +10320,8 @@ tags.
 No @code{%destructor} is needed to enable memory deallocation during error
 recovery; the memory, for strings for instance, will be reclaimed by the
 regular destructors.  All the values are printed using their
address@hidden<<}.
address@hidden<<} (@pxref{Printer Decl, , Printing Semantic Values}).
 
address@hidden FIXME: Document %printer, and mention that it takes a 
braced-code operand.
 @comment file: calc++-parser.yy
 @example
 %printer @{ yyoutput << $$; @} <*>;
-- 
1.7.11.5




reply via email to

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