From: Andreas Schwab Date: Thu, 24 Jun 2004 09:34:23 +0000 (+0000) Subject: * cp-tree.h (enum cp_storage_class): Remove trailing comma. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e7752d2accb473545101b7d6096bbe599eb864c;p=gcc.git * cp-tree.h (enum cp_storage_class): Remove trailing comma. From-SVN: r83587 --- 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 + + * cp-tree.h (enum cp_storage_class): Remove trailing comma. + 2004-06-23 Mark Mitchell * 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. */