projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012ca3e
)
tweak comment
author
Jason Merrill
<jason@gcc.gnu.org>
Mon, 6 Aug 2001 22:08:40 +0000
(18:08 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Mon, 6 Aug 2001 22:08:40 +0000
(18:08 -0400)
From-SVN: r44676
gcc/cp/cvt.c
patch
|
blob
|
history
diff --git
a/gcc/cp/cvt.c
b/gcc/cp/cvt.c
index 3637cc0535a52b958f1006634f0112da4d81c7a4..5b153efff179de24a9f42680dfb436188f16a47c 100644
(file)
--- a/
gcc/cp/cvt.c
+++ b/
gcc/cp/cvt.c
@@
-394,7
+394,7
@@
build_up_reference (type, arg, flags, decl)
}
else
{
- /*
a
utomatic; make sure we handle the cleanup properly. */
+ /*
A
utomatic; make sure we handle the cleanup properly. */
maybe_push_cleanup_level (argtype);
arg = pushdecl (arg);
}