mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
* src/lex.c (parse_percent_token): s/quotearg/quote/.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-11-05 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
|
* tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
|
||||||
|
|||||||
@@ -632,8 +632,8 @@ parse_percent_token (void)
|
|||||||
&& option_strcmp (token_buffer + 1, tx->name) == 0)
|
&& option_strcmp (token_buffer + 1, tx->name) == 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (arg && !tx->ret_val == tok_stropt)
|
if (arg && tx->ret_val != tok_stropt)
|
||||||
fatal (_("`%s' supports no argument: %s"), token_buffer, quotearg (arg));
|
fatal (_("`%s' supports no argument: %s"), token_buffer, quote (arg));
|
||||||
|
|
||||||
|
|
||||||
switch (tx->ret_val)
|
switch (tx->ret_val)
|
||||||
|
|||||||
Reference in New Issue
Block a user