* cp-tree.h (enum cp_storage_class): Remove trailing comma.
authorAndreas Schwab <schwab@suse.de>
Thu, 24 Jun 2004 09:34:23 +0000 (09:34 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 24 Jun 2004 09:34:23 +0000 (09:34 +0000)
From-SVN: r83587

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 5a18b46170500daa6210863df7e4a0b002a30d9e..678e0cac13a056e013dc65c1e4189709daca1dde 100644 (file)
@@ -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.
index ecd9b18380282cd187444fb1c00160a10b273013..143c931aa3abbd69c7f67661b123636f4e3ec97c 100644 (file)
@@ -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.  */