(string_section): Delete comma before close-brace.
authorRichard Stallman <rms@gnu.org>
Sun, 9 May 1993 04:52:03 +0000 (04:52 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 9 May 1993 04:52:03 +0000 (04:52 +0000)
From-SVN: r4392

gcc/objc/objc-act.c

index 25eaa64b55ac36089adba7b92a5beb6c1586cf42..f129382e238c768677c435fcdee404ecb77a1196 100644 (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));