From 40f03658801b3fb690d689bf46576688f5382075 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 26 Sep 2002 22:25:14 +0000 Subject: c-common.h: Follow spelling conventions. * c-common.h: Follow spelling conventions. * cpplex.c: Likewise. * cpplib.h: Likewise. * gthr-dce.h: Likewise. * gthr-posix.h: Likewise. * optabs.c: Likewise. * output.h: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * ra-rewrite.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reg-stack.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reload.c: Likewise. * reload.h: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. From-SVN: r57555 --- gcc/cpplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cpplib.h') diff --git a/gcc/cpplib.h b/gcc/cpplib.h index b22aaa118d8..7b3a54a3576 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -123,7 +123,7 @@ struct file_name_map_list; OP(CPP_SCOPE, "::") \ OP(CPP_DEREF_STAR, "->*") \ OP(CPP_DOT_STAR, ".*") \ - OP(CPP_ATSIGN, "@") /* used in Objective C */ \ + OP(CPP_ATSIGN, "@") /* used in Objective-C */ \ \ TK(CPP_NAME, SPELL_IDENT) /* word */ \ TK(CPP_NUMBER, SPELL_NUMBER) /* 34_be+ta */ \ -- cgit v1.2.1