diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2543,6 +2543,13 @@ build_type_attribute_variant (ttype, attribute) return ttype; } +/* Default registration of target-specific CPP built-ins. */ +void +default_register_cpp_builtins (pfile) + struct cpp_reader *pfile ATTRIBUTE_UNUSED; +{ +} + /* Default value of targetm.comp_type_attributes that always returns 1. */ int |