]> git.saurik.com Git - bison.git/commitdiff
doc: fix missing xref
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 31 Dec 2014 11:49:39 +0000 (12:49 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 31 Dec 2014 11:49:39 +0000 (12:49 +0100)
Reported by xolodho.

* doc/bison.texi (Printer Decl): here.

THANKS
doc/bison.texi

diff --git a/THANKS b/THANKS
index 56d32b687840d2c8213e7d9977e26f2d831632dc..780ecd5b72d7de3ba68e09a2506e05cf442e4ccf 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -1,7 +1,7 @@
 Bison was originally written by Robert Corbett.  It would not be what
 it is today without the invaluable help of these people:
 
-Аскар Сафин              safinaskar@mail.ru
+Аскар Сафин               safinaskar@mail.ru
 Airy Andre                Airy.Andre@edf.fr
 Akim Demaille             akim@lrde.epita.fr
 Albert Chin-A-Young       china@thewrittenword.com
@@ -66,9 +66,9 @@ Johan van Selst           johans@stack.nl
 Jonathan Fabrizio         jonathan.fabrizio@lrde.epita.fr
 Jonathan Nieder           jrnieder@gmail.com
 Juan Manuel Guerrero      juan.guerrero@gmx.de
-Ken Moffat                zarniwhoop@ntlworld.com
 Kees Zeelenberg           kzlg@users.sourceforge.net
 Keith Browne              kbrowne@legato.com
+Ken Moffat                zarniwhoop@ntlworld.com
 Laurent Mascherpa         laurent.mascherpa@epita.fr
 Lie Yan                   lie.yan@kaust.edu.sa
 Magnus Fromreide          magfr@lysator.liu.se
@@ -114,9 +114,9 @@ Raja R Harinath           harinath@cs.umn.edu
 Ralf Wildenhues           Ralf.Wildenhues@gmx.de
 Richard Stallman          rms@gnu.org
 Rici Lake                 ricilake@gmail.com
+Rob Conde                 rob.conde@ai-solutions.com
 Rob Vermaas               rob.vermaas@gmail.com
 Robert Anisko             anisko_r@epita.fr
-Rob Conde                 rob.conde@ai-solutions.com
 Roland Levillain          roland@lrde.epita.fr
 Satya Kiran Popuri        satyakiran@gmail.com
 Sebastian Setzer          sebastian.setzer.ext@siemens.com
@@ -146,6 +146,7 @@ Wojciech Polak            polak@gnu.org
 Wolfgang S. Kechel        wolfgang.kechel@prs.de
 Wolfram Wagner            ww@mpi-sb.mpg.de
 Wwp                       subscript@free.fr
+xolodho                   xolodho@gmail.com
 Zack Weinberg             zack@codesourcery.com
 
 Many people are not named here because we lost track of them.  We
index 6e46c78d666a2f5c0bfddd20a855f1168f222276..665664b183bf73ac39d75b6490fc432b7ef04118 100644 (file)
@@ -5145,7 +5145,9 @@ value by default.  However, when the parser displays a @code{STRING1} or a
 @code{string1}, it formats it as a string in double quotes.  It performs
 only the second @code{%printer} in this case, so it prints only once.
 Finally, the parser print @samp{<>} for any symbol, such as @code{TAGLESS},
-that has no semantic type tag.  See also
+that has no semantic type tag.  @xref{Mfcalc Traces, ,Enabling Debug Traces
+for @code{mfcalc}}, for a complete example.
+
 
 
 @node Expect Decl