Commit 6b7e6ce4 by Richard Stallman

(string_section): Delete comma before close-brace.

From-SVN: r4392
parent 8bd33fc3
...@@ -204,7 +204,7 @@ enum string_section ...@@ -204,7 +204,7 @@ enum string_section
{ {
class_names, /* class, category, protocol, module names */ class_names, /* class, category, protocol, module names */
meth_var_names, /* method and variable names */ meth_var_names, /* method and variable names */
meth_var_types, /* method and variable type descriptors */ meth_var_types /* method and variable type descriptors */
}; };
static tree add_objc_string PROTO((tree, enum string_section)); static tree add_objc_string PROTO((tree, enum string_section));
......
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