From 8c1e8edc3f6af7adaa17647c6abb387a41d2d718 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 25 Jun 1998 17:24:49 +0000 Subject: [PATCH] =?utf8?q?=EF=BF=BD=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From-SVN: r20726 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index b5d8f7b1068..51218633ad0 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -11427,7 +11427,7 @@ start_enum (name) register tree enumtype = NULL_TREE; 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. */ #if 0 if (processing_template_decl && current_function_decl) -- 2.30.2