diff options
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r-- | gcc/langhooks-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index ceff0b9..822925f 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -68,7 +68,7 @@ extern void lhd_initialize_diagnostics (diagnostic_context *); extern void lhd_init_options (unsigned int, struct cl_decoded_option *); extern bool lhd_complain_wrong_lang_p (const struct cl_option *); -extern bool lhd_handle_option (size_t, const char *, int, int, +extern bool lhd_handle_option (size_t, const char *, int, int, location_t, const struct cl_option_handlers *); extern tree lhd_callgraph_analyze_expr (tree *, int *); |