diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-11 15:22:24 +0000 |
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-11 15:22:24 +0000 |
| commit | b6f3a08afb3bf86b78f039029f5d9f567a53770d (patch) | |
| tree | 00557640ba653716ebb420d3dd06a6ef1b1d0918 /gcc/ch/expr.c | |
| parent | 6c438a7620c267e2c2cb943516666d09ec4053e8 (diff) | |
| download | ppe42-gcc-b6f3a08afb3bf86b78f039029f5d9f567a53770d.tar.gz ppe42-gcc-b6f3a08afb3bf86b78f039029f5d9f567a53770d.zip | |
* 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
Diffstat (limited to 'gcc/ch/expr.c')
| -rw-r--r-- | gcc/ch/expr.c | 3 |
1 files changed, 1 insertions, 2 deletions
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"); } } |

