Commit 7f7e718d by Jason Merrill

* cp-tree.h: Adjust comment.

From-SVN: r258040
parent e8ef9fdf
...@@ -3060,7 +3060,7 @@ struct GTY(()) lang_decl { ...@@ -3060,7 +3060,7 @@ struct GTY(()) lang_decl {
/* For a non-member friend function, the class (if any) in which this /* For a non-member friend function, the class (if any) in which this
friend was defined. For example, given: 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'. */ the DECL_FRIEND_CONTEXT for `f' will be `S'. */
#define DECL_FRIEND_CONTEXT(NODE) \ #define DECL_FRIEND_CONTEXT(NODE) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment