diff options
Diffstat (limited to 'gcc/c/c-objc-common.h')
-rw-r--r-- | gcc/c/c-objc-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c/c-objc-common.h b/gcc/c/c-objc-common.h index d31dacb..ede451c 100644 --- a/gcc/c/c-objc-common.h +++ b/gcc/c/c-objc-common.h @@ -26,6 +26,8 @@ along with GCC; see the file COPYING3. If not see #undef LANG_HOOKS_IDENTIFIER_SIZE #define LANG_HOOKS_IDENTIFIER_SIZE C_SIZEOF_STRUCT_LANG_IDENTIFIER +#undef LANG_HOOKS_TREE_SIZE +#define LANG_HOOKS_TREE_SIZE c_tree_size #undef LANG_HOOKS_FINISH #define LANG_HOOKS_FINISH c_common_finish #undef LANG_HOOKS_OPTION_LANG_MASK |