]> git.saurik.com Git - bison.git/commitdiff
Formatting changes.
authorAkim Demaille <demaille@gostai.com>
Sun, 23 Nov 2008 07:47:51 +0000 (08:47 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 25 Nov 2008 21:25:16 +0000 (22:25 +0100)
ChangeLog
doc/bison.texinfo

index 725b2912379edd8b9016555b8b25899d0849a20d..06abb17cdcfd816363dfa6fe34339519d1fa6cc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-25  Akim Demaille  <demaille@gostai.com>
+
+       Formatting changes.
+
 2008-11-25  Akim Demaille  <demaille@gostai.com>
 
        Get rid of yyrhs and yyprhs in yacc.c.
index 7468549386a6eadbfddfff2d9b895598e733d1b3..302bc4a1143234de4a76e967bfd6d8547aeec99a 100644 (file)
@@ -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