aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-09 04:52:03 +0000
committerRichard Stallman <rms@gnu.org>1993-05-09 04:52:03 +0000
commit6b7e6ce457116a624b5645e0a523d12cddc3c2b6 (patch)
treec6358e89b26eeb1b163ec2c59ce7f98c58ee36d0
parent8bd33fc3d8aa05f42d1cadda773fa37c6b4d256c (diff)
downloadgcc-6b7e6ce457116a624b5645e0a523d12cddc3c2b6.zip
gcc-6b7e6ce457116a624b5645e0a523d12cddc3c2b6.tar.gz
gcc-6b7e6ce457116a624b5645e0a523d12cddc3c2b6.tar.bz2
(string_section): Delete comma before close-brace.
From-SVN: r4392
-rw-r--r--gcc/objc/objc-act.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 25eaa64..f129382 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));