projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfce8f
)
tweak whitespace
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 27 Jul 1999 22:58:58 +0000
(18:58 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Tue, 27 Jul 1999 22:58:58 +0000
(18:58 -0400)
From-SVN: r28303
gcc/cp/cvt.c
patch
|
blob
|
history
diff --git
a/gcc/cp/cvt.c
b/gcc/cp/cvt.c
index e5c106426f1ead6d398b35b674d1c741dcccc2aa..67665599a071237a0c78951ff9107fa5ed1e244d 100644
(file)
--- a/
gcc/cp/cvt.c
+++ b/
gcc/cp/cvt.c
@@
-639,9
+639,9
@@
convert_pointer_to (binfo, expr)
if (TREE_CODE (binfo) == TREE_VEC)
type = BINFO_TYPE (binfo);
else if (IS_AGGR_TYPE (binfo))
-
type = binfo;
+ type = binfo;
else
-
type = binfo;
+ type = binfo;
return convert_pointer_to_real (type, expr);
}
\f