diff options
Diffstat (limited to 'gcc/opth-gen.awk')
-rw-r--r-- | gcc/opth-gen.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index b6613d3..91fcf56 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -357,7 +357,7 @@ print " const struct cl_decoded_option *decoded, " print " unsigned int lang_mask, int kind, " print " location_t loc, " print " const struct cl_option_handlers *handlers, " -print " diagnostic_context *dc); " +print " diagnostics::context *dc); " for (i = 0; i < n_langs; i++) { lang_name = lang_sanitized_name(langs[i]); print "bool" @@ -368,7 +368,7 @@ for (i = 0; i < n_langs; i++) { print " unsigned int lang_mask, int kind," print " location_t loc," print " const struct cl_option_handlers *handlers," - print " diagnostic_context *dc);" + print " diagnostics::context *dc);" } print "void cpp_handle_option_auto (const struct gcc_options * opts, size_t scode," print " struct cpp_options * cpp_opts);" |