Commit 8c1e8edc by Benjamin Kosnik

fix typo

From-SVN: r20726
parent a6a00c4f
...@@ -11427,7 +11427,7 @@ start_enum (name) ...@@ -11427,7 +11427,7 @@ start_enum (name)
register tree enumtype = NULL_TREE; register tree enumtype = NULL_TREE;
struct binding_level *b = inner_binding_level; struct binding_level *b = inner_binding_level;
/* We are wasting space here and putting these on the permanant_obstack so /* We are wasting space here and putting these on the permanent_obstack so
that typeid(local enum) will work correctly. */ that typeid(local enum) will work correctly. */
#if 0 #if 0
if (processing_template_decl && current_function_decl) if (processing_template_decl && current_function_decl)
......
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