Commit 1875c2b7 by Kazu Hirata Committed by Kazu Hirata

* pt.c: Fix a comment typo.

From-SVN: r99274
parent a72c74a1
2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
* pt.c: Fix a comment typo.
2005-05-04 Kazu Hirata <kazu@cs.umass.edu> 2005-05-04 Kazu Hirata <kazu@cs.umass.edu>
* cp-tree.h (language_function): Change the type of * cp-tree.h (language_function): Change the type of
......
...@@ -418,7 +418,7 @@ maybe_begin_member_template_processing (tree decl) ...@@ -418,7 +418,7 @@ maybe_begin_member_template_processing (tree decl)
++inline_parm_levels_used; ++inline_parm_levels_used;
} }
/* Undo the effects of begin_member_template_processing. */ /* Undo the effects of maybe_begin_member_template_processing. */
void void
maybe_end_member_template_processing (void) maybe_end_member_template_processing (void)
......
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