mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
Formatting changes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Formatting changes.
|
||||||
|
|
||||||
2008-11-25 Akim Demaille <demaille@gostai.com>
|
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Get rid of yyrhs and yyprhs in yacc.c.
|
Get rid of yyrhs and yyprhs in yacc.c.
|
||||||
|
|||||||
@@ -8934,7 +8934,7 @@ The first, inclusive, position of the range, and the first beyond.
|
|||||||
@end deftypeivar
|
@end deftypeivar
|
||||||
|
|
||||||
@deftypeop {Constructor} {Location} {} Location (Position @var{loc})
|
@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
|
@end deftypeop
|
||||||
|
|
||||||
@deftypeop {Constructor} {Location} {} Location (Position @var{begin}, Position @var{end})
|
@deftypeop {Constructor} {Location} {} Location (Position @var{begin}, Position @var{end})
|
||||||
@@ -9174,12 +9174,12 @@ Return immediately from the parser, indicating success.
|
|||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Statement} {return YYERROR;}
|
@deffn {Statement} {return YYERROR;}
|
||||||
Start error recovery without printing an error message.
|
Start error recovery without printing an error message.
|
||||||
@xref{Error Recovery}.
|
@xref{Error Recovery}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Statement} {return YYFAIL;}
|
@deffn {Statement} {return YYFAIL;}
|
||||||
Print an error message and start error recovery.
|
Print an error message and start error recovery.
|
||||||
@xref{Error Recovery}.
|
@xref{Error Recovery}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user