diff options
Diffstat (limited to 'contrib/gcc/cp/cp-objcp-common.h')
-rw-r--r-- | contrib/gcc/cp/cp-objcp-common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gcc/cp/cp-objcp-common.h b/contrib/gcc/cp/cp-objcp-common.h index f420d93..5800d34 100644 --- a/contrib/gcc/cp/cp-objcp-common.h +++ b/contrib/gcc/cp/cp-objcp-common.h @@ -166,4 +166,10 @@ extern tree objcp_tsubst_copy_and_build (tree, tree, tsubst_flags_t, #undef LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE #define LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE cxx_omp_privatize_by_reference +/* APPLE LOCAL begin radar 6353006 */ +#undef LANG_HOOKS_BUILD_GENERIC_BLOCK_STRUCT_TYPE +#define LANG_HOOKS_BUILD_GENERIC_BLOCK_STRUCT_TYPE \ + c_build_generic_block_struct_type +/* APPLE LOCAL end radar 6353006 */ + #endif /* GCC_CP_OBJCP_COMMON */ |