+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>
* tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
&& option_strcmp (token_buffer + 1, tx->name) == 0)
break;
- if (arg && !tx->ret_val == tok_stropt)
- fatal (_("`%s' supports no argument: %s"), token_buffer, quotearg (arg));
+ if (arg && tx->ret_val != tok_stropt)
+ fatal (_("`%s' supports no argument: %s"), token_buffer, quote (arg));
switch (tx->ret_val)