typeck.c (apply_chill_array_layout, [...]): Avoid the use of ANSI string concatenation.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 11 Dec 1999 15:22:24 +0000 (15:22 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 11 Dec 1999 15:22:24 +0000 (15:22 +0000)
commit509c1e9cf24a513738150f39f9359442c13261b8
tree00557640ba653716ebb420d3dd06a6ef1b1d0918
parent53a12329af305dcbe9b9e0de09ae71c6cfb5ecfc
typeck.c (apply_chill_array_layout, [...]): Avoid the use of ANSI string concatenation.

        * typeck.c (apply_chill_array_layout, apply_chill_field_layout):
        Avoid the use of ANSI string concatenation.

        * expr.c (chill_expand_case_expr): Likewise.

From-SVN: r30867
gcc/ch/ChangeLog
gcc/ch/expr.c
gcc/ch/typeck.c