summaryrefslogtreecommitdiff
path: root/gcc/c-objc-common.h
diff options
context:
space:
mode:
authorrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-03-12 18:21:20 +0000
committerrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-03-12 18:21:20 +0000
commitec92da4adc26937723aa01278c1892006c9726b6 (patch)
tree16eb19c772e0c8263ba0d0dded0cfee107a0d798 /gcc/c-objc-common.h
parentd33da0580a584b85b7b4b7e7a4c5823cc023df24 (diff)
downloadgcc-ec92da4adc26937723aa01278c1892006c9726b6.tar.gz
Merge with trunk at revision 144820
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/profile-stdlib@144821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-objc-common.h')
-rw-r--r--gcc/c-objc-common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/c-objc-common.h b/gcc/c-objc-common.h
index 65445aef667..2a981502b84 100644
--- a/gcc/c-objc-common.h
+++ b/gcc/c-objc-common.h
@@ -1,5 +1,5 @@
/* Language hooks common to C and ObjC front ends.
- Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
Contributed by Ziemowit Laski <zlaski@apple.com>
This file is part of GCC.
@@ -53,8 +53,6 @@ extern void c_initialize_diagnostics (diagnostic_context *);
#define LANG_HOOKS_FINISH_INCOMPLETE_DECL c_finish_incomplete_decl
#undef LANG_HOOKS_STATICP
#define LANG_HOOKS_STATICP c_staticp
-#undef LANG_HOOKS_NO_BODY_BLOCKS
-#define LANG_HOOKS_NO_BODY_BLOCKS true
#undef LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL
#define LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL c_warn_unused_global_decl
#undef LANG_HOOKS_PRINT_IDENTIFIER