From 6b7e6ce457116a624b5645e0a523d12cddc3c2b6 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 9 May 1993 04:52:03 +0000 Subject: [PATCH] (string_section): Delete comma before close-brace. From-SVN: r4392 --- gcc/objc/objc-act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 25eaa64b55a..f129382e238 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -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)); -- 2.30.2