mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
typo: succesful -> successful
* data/skeletons/lalr1.cc: here * etc/bench.pl.in: here * src/location.c: here * tests/calc.at: and here
This commit is contained in:
committed by
Akim Demaille
parent
6fe063da8f
commit
368fcf0af5
@@ -1358,7 +1358,7 @@ b4_dollar_popdef])[]dnl
|
|||||||
yyarg[yycount++] = yytname_[yytoken];]b4_lac_if([[
|
yyarg[yycount++] = yytname_[yytoken];]b4_lac_if([[
|
||||||
|
|
||||||
#if ]b4_api_PREFIX[DEBUG
|
#if ]b4_api_PREFIX[DEBUG
|
||||||
// Execute LAC once. We don't care if it is succesful, we
|
// Execute LAC once. We don't care if it is successful, we
|
||||||
// only do it for the sake of debugging output.
|
// only do it for the sake of debugging output.
|
||||||
if (!yy_lac_established_)
|
if (!yy_lac_established_)
|
||||||
yy_lac_check_ (yytoken);
|
yy_lac_check_ (yytoken);
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ Artificial grammar with very long rules.
|
|||||||
|
|
||||||
=item B<-h>, B<--help>
|
=item B<-h>, B<--help>
|
||||||
|
|
||||||
Display this message and exit succesfully. The more verbose, the more
|
Display this message and exit successfully. The more verbose, the more
|
||||||
details.
|
details.
|
||||||
|
|
||||||
=item B<-i>, B<--iterations>=I<integer>
|
=item B<-i>, B<--iterations>=I<integer>
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ caret_getc_internal (mbchar_t *res)
|
|||||||
|
|
||||||
/* Move CARET_INFO (which has a valid FILE) to the line number LINE.
|
/* Move CARET_INFO (which has a valid FILE) to the line number LINE.
|
||||||
Compute and cache that line's length in CARET_INFO.LINE_LEN.
|
Compute and cache that line's length in CARET_INFO.LINE_LEN.
|
||||||
Return whether succesful.*/
|
Return whether successful.*/
|
||||||
static bool
|
static bool
|
||||||
caret_set_line (int line)
|
caret_set_line (int line)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -996,7 +996,7 @@ _AT_CHECK_CALC_ERROR([$1], [0], [(- *) + (1 2) = 1],
|
|||||||
]AT_JAVA_IF([1.1-1.18], [1.1-17])[: calc: error: 2222 != 1]])
|
]AT_JAVA_IF([1.1-1.18], [1.1-17])[: calc: error: 2222 != 1]])
|
||||||
|
|
||||||
# Check that yyerrok works properly: second error is not reported,
|
# Check that yyerrok works properly: second error is not reported,
|
||||||
# third and fourth are. Parse status is succesful.
|
# third and fourth are. Parse status is successful.
|
||||||
_AT_CHECK_CALC_ERROR([$1], [0], [(* *) + (*) + (*)],
|
_AT_CHECK_CALC_ERROR([$1], [0], [(* *) + (*) + (*)],
|
||||||
[[final: 3333 0 3]],
|
[[final: 3333 0 3]],
|
||||||
[113],
|
[113],
|
||||||
|
|||||||
Reference in New Issue
Block a user