expr.c (pop_type_0): Call `concat' rather than building the string manually.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 28 Mar 2001 19:31:43 +0000 (19:31 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 28 Mar 2001 19:31:43 +0000 (19:31 +0000)
commit80122075e36b7c504e81c22358af690ec7218f48
treee23785d4eee463f83a1239e37d4b84c198cf1fcf
parent3fdefbcc63ada60e2d6bca1dc5581f1cd3716ec1
expr.c (pop_type_0): Call `concat' rather than building the string manually.

* expr.c (pop_type_0): Call `concat' rather than building the
string manually.
(pop_type): Add format specifier in call to `error'.

* parse.y (patch_method_invocation): Avoid casting away
const-ness.

From-SVN: r40940
gcc/java/ChangeLog
gcc/java/expr.c
gcc/java/parse.y