diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-30 09:27:48 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-30 09:27:48 +0000 |
commit | 279dc72feede56719335d771f23babe9330096a3 (patch) | |
tree | ff400275b8d7c6494715874e348b5de2b2f15faa /gcc/stub-objc.c | |
parent | 744c2d412b76c9b2abc14176d120429d7207ad95 (diff) | |
download | gcc-279dc72feede56719335d771f23babe9330096a3.tar.gz |
2009-11-30 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 154750 (or near)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@154757 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stub-objc.c')
-rw-r--r-- | gcc/stub-objc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/stub-objc.c b/gcc/stub-objc.c index fc3d4169f0a..b7748f79c6e 100644 --- a/gcc/stub-objc.c +++ b/gcc/stub-objc.c @@ -55,7 +55,7 @@ void objc_check_decl (tree ARG_UNUSED (decl)) { } - + int objc_is_reserved_word (tree ARG_UNUSED (ident)) { @@ -88,7 +88,7 @@ objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) tree objc_message_selector (void) -{ +{ return 0; } @@ -295,7 +295,7 @@ void objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) { } - + void objc_begin_catch_clause (tree ARG_UNUSED (decl)) { @@ -324,4 +324,4 @@ objc_generate_write_barrier (tree ARG_UNUSED (lhs), tree ARG_UNUSED (rhs)) { return 0; -} +} |