(string_section): Delete comma before close-brace.

From-SVN: r4392
This commit is contained in:
Richard Stallman 1993-05-09 04:52:03 +00:00
parent 8bd33fc3d8
commit 6b7e6ce457
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ enum string_section
{
class_names, /* class, category, protocol, module 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));