diff options
| author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-03 16:40:29 +0000 |
|---|---|---|
| committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-03 16:40:29 +0000 |
| commit | f7551997ba7bdbba848b0709d7121a2bc4a2305b (patch) | |
| tree | b9e1bb81f16fcb31d7f5424cfa2011a195ff26f6 /gcc/c-tree.h | |
| parent | 8ba34dcd86079aa45d1c566951d5832af61ff195 (diff) | |
| download | ppe42-gcc-f7551997ba7bdbba848b0709d7121a2bc4a2305b.tar.gz ppe42-gcc-f7551997ba7bdbba848b0709d7121a2bc4a2305b.zip | |
* c-lang.c (recognize_objc_keyword): Remove, no longer used.
* c-tree.h (recognize_objc_keyword): Remove decl.
* c-typeck.c (comp_target_types): Update a comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
| -rw-r--r-- | gcc/c-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 0d6829fc6e9..2976e65250a 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -169,7 +169,6 @@ extern void objc_check_decl PARAMS ((tree)); extern void finish_file PARAMS ((void)); extern int objc_comptypes PARAMS ((tree, tree, int)); extern tree objc_message_selector PARAMS ((void)); -extern int recognize_objc_keyword PARAMS ((void)); extern tree lookup_objc_ivar PARAMS ((tree)); |

