This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH: Improve documentation


Mark Mitchell <mark@codesourcery.com> writes:

| Index: cp-tree.h
| ===================================================================
| --- cp-tree.h	(revision 123137)
| +++ cp-tree.h	(working copy)
| @@ -742,8 +742,12 @@ struct saved_scope GTY(())
|  #define current_lang_base scope_chain->lang_base
|  #define current_lang_name scope_chain->lang_name
|  
| -/* Parsing a function declarator leaves a list of parameter names
| -   or a chain or parameter decls here.  */
| +/* When parsing a template declaration, a TREE_LIST representing the
| +   active template parametesr.  Each node in the list represents one

"..., a TREE_LIST represents the active parameters"
                         ^^^                    ^^^
                        changed                typo fixed

-- 
	Lgb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]