diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index a0117c5..aae0dda 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -614,7 +614,7 @@ typedef char _Bool; /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ - LANG_HOOKS_MARK_TREE + LANG_HOOKS_MARK_TREE LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES /* Libiberty macros that are no longer used in GCC. */ #undef ANSI_PROTOTYPES |