projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a00c4
)
�
author
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Thu, 25 Jun 1998 17:24:49 +0000
(17:24 +0000)
committer
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Thu, 25 Jun 1998 17:24:49 +0000
(17:24 +0000)
fix typo
From-SVN: r20726
gcc/cp/decl.c
patch
|
blob
|
history
diff --git
a/gcc/cp/decl.c
b/gcc/cp/decl.c
index b5d8f7b10682b09dfc327d4eb4aed14648a119d3..51218633ad06f1c2c7d08fc3cdb0f1027bc364ad 100644
(file)
--- 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 perman
a
nt_obstack so
+ /* We are wasting space here and putting these on the perman
e
nt_obstack so
that typeid(local enum) will work correctly. */
#if 0
if (processing_template_decl && current_function_decl)