projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcec038
)
Fixed a typo.
author
Giovanni Bajo
<giovannibajo@gcc.gnu.org>
Mon, 2 Feb 2004 14:33:11 +0000
(14:33 +0000)
committer
Giovanni Bajo
<giovannibajo@gcc.gnu.org>
Mon, 2 Feb 2004 14:33:11 +0000
(14:33 +0000)
From-SVN: r77114
gcc/cp/pt.c
patch
|
blob
|
history
diff --git
a/gcc/cp/pt.c
b/gcc/cp/pt.c
index 633aa760b21cd072864c60831fa1728ef75ccc23..90455bc05db16d931ee14c818284cffcf77b4c2f 100644
(file)
--- a/
gcc/cp/pt.c
+++ b/
gcc/cp/pt.c
@@
-7265,7
+7265,7
@@
tsubst_qualified_id (tree qualified_id, tree args,
{
if (complain & tf_error)
{
- error ("dependent-name`%E' is parsed as a non-type, but "
+ error ("dependent-name
`%E' is parsed as a non-type, but "
"instantiation yields a type", qualified_id);
inform ("say `typename %E' if a type is meant", qualified_id);
}