From b6f3a08afb3bf86b78f039029f5d9f567a53770d Mon Sep 17 00:00:00 2001 From: ghazi Date: Sat, 11 Dec 1999 15:22:24 +0000 Subject: * typeck.c (apply_chill_array_layout, apply_chill_field_layout): Avoid the use of ANSI string concatenation. * expr.c (chill_expand_case_expr): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30867 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ch/expr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/ch/expr.c') diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index e68f3a0b421..89ff5738c1f 100644 --- a/gcc/ch/expr.c +++ b/gcc/ch/expr.c @@ -211,8 +211,7 @@ chill_expand_case_expr (expr) chill_handle_case_label (TREE_VALUE (label), selector); labels = TREE_CHAIN (labels); if (labels != NULL_TREE) - error ("The number of CASE selectors does not match the number " - "of CASE label lists"); + error ("The number of CASE selectors does not match the number of CASE label lists"); } } -- cgit v1.2.3