pt.c (canonical_template_parms): Correct typo in comment.
2007-01-02 Douglas Gregor <doug.gregor@gmail.com> * pt.c (canonical_template_parms): Correct typo in comment. From-SVN: r120343
This commit is contained in:
parent
ff60488853
commit
410cf6e692
@ -1,3 +1,7 @@
|
|||||||
|
2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
|
||||||
|
|
||||||
|
* pt.c (canonical_template_parms): Correct typo in comment.
|
||||||
|
|
||||||
2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
|
2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
|
||||||
|
|
||||||
* typeck.c (structural_comptypes): Renamed from "comptypes".
|
* typeck.c (structural_comptypes): Renamed from "comptypes".
|
||||||
|
@ -80,7 +80,7 @@ static tree cur_stmt_expr;
|
|||||||
local variables. */
|
local variables. */
|
||||||
static htab_t local_specializations;
|
static htab_t local_specializations;
|
||||||
|
|
||||||
/* Contains canonical template parameter types. The vector is index by
|
/* Contains canonical template parameter types. The vector is indexed by
|
||||||
the TEMPLATE_TYPE_IDX of the template parameter. Each element is a
|
the TEMPLATE_TYPE_IDX of the template parameter. Each element is a
|
||||||
TREE_LIST, whose TREE_VALUEs contain the canonical template
|
TREE_LIST, whose TREE_VALUEs contain the canonical template
|
||||||
parameters of various types and levels. */
|
parameters of various types and levels. */
|
||||||
|
Loading…
Reference in New Issue
Block a user