mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 14:59:45 +08:00
c-pretty-print.c (pp_c_postfix_expression): Fix pasto.
2004-07-01 Paolo Bonzini <bonzini@gnu.org> * c-pretty-print.c (pp_c_postfix_expression): Fix pasto. From-SVN: r83990
This commit is contained in:
parent
d70dc103c6
commit
9b61c47826
@ -1,3 +1,7 @@
|
||||
2004-07-01 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* c-pretty-print.c (pp_c_postfix_expression): Fix pasto.
|
||||
|
||||
2004-07-01 Per Bothner <per@bothner.com>
|
||||
|
||||
* final.c (final): Fix typo reported by Aaron W. LaFramboise.
|
||||
|
@ -1305,6 +1305,7 @@ pp_c_postfix_expression (c_pretty_printer *pp, tree e)
|
||||
pp_separate_with (pp, ',');
|
||||
pp_expression (pp, TREE_OPERAND (e, 1));
|
||||
pp_c_right_paren (pp);
|
||||
break;
|
||||
|
||||
case ABS_EXPR:
|
||||
pp_c_identifier (pp, "__builtin_abs");
|
||||
|
Loading…
Reference in New Issue
Block a user