summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-24 09:34:23 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-24 09:34:23 +0000
commit3fb4d428c7f3598cce8ce44a5afc4eaa9d212646 (patch)
tree0cc350c13ab5236b24228f5e41d76b71e570a13a /gcc
parent88e623662a61f4a7423e5c07961c11681f2803d1 (diff)
downloadgcc-3fb4d428c7f3598cce8ce44a5afc4eaa9d212646.tar.gz
* cp-tree.h (enum cp_storage_class): Remove trailing comma.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 5a18b461705..678e0cac13a 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 ecd9b183802..143c931aa3a 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. */