From: Akim Demaille Date: Sun, 23 Nov 2008 07:47:51 +0000 (+0100) Subject: Formatting changes. X-Git-Tag: v2.7.90~997 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c265fd6beb1a50426e06b64ed8c59c61597544b4 Formatting changes. --- diff --git a/ChangeLog b/ChangeLog index 725b2912..06abb17c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-25 Akim Demaille + + Formatting changes. + 2008-11-25 Akim Demaille Get rid of yyrhs and yyprhs in yacc.c. diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 74685493..302bc4a1 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