mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
Version 1.30a.
* src/lex.c (parse_percent_token): s/quotearg/quote/.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
2001-11-05 Akim Demaille <akim@epita.fr>
|
2001-11-05 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Version 1.30a.
|
Version 1.30a.
|
||||||
|
* src/lex.c (parse_percent_token): s/quotearg/quote/.
|
||||||
|
|
||||||
2001-11-05 Akim Demaille <akim@epita.fr>
|
2001-11-05 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
|||||||
@@ -662,8 +662,8 @@ parse_percent_token (void)
|
|||||||
if (strcmp (token_buffer + 1, tx->name) == 0)
|
if (strcmp (token_buffer + 1, tx->name) == 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (arg && !tx->retval == tok_stropt)
|
if (arg && tx->retval != tok_stropt)
|
||||||
fatal (_("`%s' supports no argument: %s"), token_buffer, quotearg (arg));
|
fatal (_("`%s' supports no argument: %s"), token_buffer, quote (arg));
|
||||||
|
|
||||||
switch (tx->retval)
|
switch (tx->retval)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user