diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 12:29:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 12:29:45 +0000 |
commit | 8af8271b6e4d90dc3d3ff09aa0b59d1d0c9b265c (patch) | |
tree | fdb4d3d27bd3bdb7bea00129cf48523c4baf442b /gcc/ChangeLog.6 | |
parent | 28e1fdb7f798033924982f264125f723ec27bddb (diff) | |
download | gcc-8af8271b6e4d90dc3d3ff09aa0b59d1d0c9b265c.tar.gz |
* ChangeLog.1: Follow spelling conventions.
* ChangeLog.4: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.11: Likewise.
* doc/cpp.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/tm.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57539 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.6')
-rw-r--r-- | gcc/ChangeLog.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog.6 b/gcc/ChangeLog.6 index f311c071985..63eac7d38dd 100644 --- a/gcc/ChangeLog.6 +++ b/gcc/ChangeLog.6 @@ -19186,13 +19186,13 @@ Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * c-parse.in (OBJC_STRING): Kill. (objc_string): Decompose to [objc_string] '@' STRING. - (reswords): Take the leading '@' off all the Objective C keywords. + (reswords): Take the leading '@' off all the Objective-C keywords. (objc_rid_sans_at): Kill. (init_reswords): Don't initialize it. (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD. (_yylex): Kill reconsider label. Look ahead one token after an '@'; if we get an identifier, check whether it's an - Objective C @-keyword. If so, return the keyword. Otherwise, + Objective-C @-keyword. If so, return the keyword. Otherwise, put back the token and return the '@' as a terminal. * cpplib.c (lex_macro_node): Remove unnecessary check for |