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-Tag: releases/gcc-4.0.0~7406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7752d2accb473545101b7d6096bbe599eb864c;p=thirdparty%2Fgcc.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 5a18b4617050..678e0cac13a0 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 ecd9b1838028..143c931aa3ab 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. */