* cp-tree.h (enum cp_storage_class): Remove trailing comma.

From-SVN: r83587
This commit is contained in:
Andreas Schwab 2004-06-24 09:34:23 +00:00 committed by Andreas Schwab
parent b713a445f2
commit 5e7752d2ac
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */