diff options
Diffstat (limited to 'gcc/c-common.h')
| -rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 459976d9019..76c59aa9786 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -540,7 +540,7 @@ extern void c_common_nodes_and_builtins PARAMS ((void)); extern tree build_va_arg PARAMS ((tree, tree)); -extern void c_common_lang_init PARAMS ((void)); +extern const char *c_common_lang_init PARAMS ((const char *)); extern HOST_WIDE_INT c_common_get_alias_set PARAMS ((tree)); extern bool c_promoting_integer_type_p PARAMS ((tree)); extern int self_promoting_args_p PARAMS ((tree)); |

