diff options
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/cp-tree.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5a18b46..678e0ca 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-06-24 Andreas Schwab <schwab@suse.de> + + * cp-tree.h (enum cp_storage_class): Remove trailing comma. + 2004-06-23 Mark Mitchell <mark@codesourcery.com> * Make-lang.in (cp/lex.o): Do not depend on cp/lex.h. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index ecd9b18..143c931 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -3513,7 +3513,7 @@ typedef enum cp_storage_class { sc_register, sc_static, sc_extern, - sc_mutable, + sc_mutable } cp_storage_class; /* An individual decl-specifier. */ |
