diff options
author | Jason Merrill <jason@yorick.cygnus.com> | 1997-05-06 20:14:14 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1997-05-06 20:14:14 +0000 |
commit | beb53fb84a96ecfc7b5f207df6ed13014ec23a9d (patch) | |
tree | ebe6e9cdaf48b8ffa8ac8c4a3fa3e9596e317942 /gcc/cp/cvt.c | |
parent | 065bbfe6bf8a705bcfa5a7396559ac6e1660d7e6 (diff) | |
download | gcc-beb53fb84a96ecfc7b5f207df6ed13014ec23a9d.zip gcc-beb53fb84a96ecfc7b5f207df6ed13014ec23a9d.tar.gz gcc-beb53fb84a96ecfc7b5f207df6ed13014ec23a9d.tar.bz2 |
91th Cygnus<->FSF quick merge
From-SVN: r14021
Diffstat (limited to 'gcc/cp/cvt.c')
-rw-r--r-- | gcc/cp/cvt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index b0cf12b..e9054c2 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -707,8 +707,8 @@ convert_to_aggr (type, expr, msgp, protect) { int saw_private = 0; int saw_protected = 0; - struct candidate *candidates = - (struct candidate *) alloca ((decl_list_length (fndecl)+1) * sizeof (struct candidate)); + struct candidate *candidates + = (struct candidate *) alloca ((decl_list_length (fndecl)+1) * sizeof (struct candidate)); struct candidate *cp = candidates; while (fndecl) |