projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ef9fd
)
* cp-tree.h: Adjust comment.
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 27 Feb 2018 19:05:23 +0000
(14:05 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Tue, 27 Feb 2018 19:05:23 +0000
(14:05 -0500)
From-SVN: r258040
gcc/cp/cp-tree.h
patch
|
blob
|
history
diff --git
a/gcc/cp/cp-tree.h
b/gcc/cp/cp-tree.h
index aef022fb7b5af736408b62533fd46e599a97616d..6e83a29139bb140871e46b0b40912f95af8fa572 100644
(file)
--- a/
gcc/cp/cp-tree.h
+++ b/
gcc/cp/cp-tree.h
@@
-3060,7
+3060,7
@@
struct GTY(()) lang_decl {
/* For a non-member friend function, the class (if any) in which this
friend was defined. For example, given:
- struct S { friend void f ()
;
};
+ struct S { friend void f ()
{ ... }
};
the DECL_FRIEND_CONTEXT for `f' will be `S'. */
#define DECL_FRIEND_CONTEXT(NODE) \