bison-patches
[Top][All Lists]
Advanced

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

[PATCH] Formatting changes.


From: Akim Demaille
Subject: [PATCH] Formatting changes.
Date: Sun, 23 Nov 2008 08:47:51 +0100

---
 ChangeLog         |    4 ++++
 doc/bison.texinfo |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 725b291..06abb17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-11-25  Akim Demaille  <address@hidden>
 
+       Formatting changes.
+
+2008-11-25  Akim Demaille  <address@hidden>
+
        Get rid of yyrhs and yyprhs in yacc.c.
        They were used to get the symbol types, given a rule number,  when
        displaying the top of the stack before a reduction.  But the symbol type
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 7468549..302bc4a 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -8934,7 +8934,7 @@ The first, inclusive, position of the range, and the 
first beyond.
 @end deftypeivar
 
 @deftypeop {Constructor} {Location} {} Location (Position @var{loc})
-Create a @code{Location} denoting an empty range located at a given point. 
+Create a @code{Location} denoting an empty range located at a given point.
 @end deftypeop
 
 @deftypeop {Constructor} {Location} {} Location (Position @var{begin}, 
Position @var{end})
@@ -9174,12 +9174,12 @@ Return immediately from the parser, indicating success.
 @end deffn
 
 @deffn {Statement} {return YYERROR;}
-Start error recovery without printing an error message. 
+Start error recovery without printing an error message.
 @xref{Error Recovery}.
 @end deffn
 
 @deffn {Statement} {return YYFAIL;}
-Print an error message and start error recovery. 
+Print an error message and start error recovery.
 @xref{Error Recovery}.
 @end deffn
 
-- 
1.6.0.2.588.g3102





reply via email to

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