Commit 5e7752d2 by Andreas Schwab Committed by Andreas Schwab

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

From-SVN: r83587
parent b713a445
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment