diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 9590380..b7253c6 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -435,6 +435,8 @@ extern int warn_conversion; extern tree (*make_fname_decl) PARAMS ((tree, const char *, int)); +extern tree identifier_global_value PARAMS ((tree)); + extern void declare_function_name PARAMS ((void)); extern void decl_attributes PARAMS ((tree, tree, tree)); extern void init_function_format_info PARAMS ((void)); |