diff options
Diffstat (limited to 'gcc/opth-gen.awk')
-rw-r--r-- | gcc/opth-gen.awk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index 45aee342ed3..4e8f21f406b 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -315,6 +315,10 @@ for (i = 0; i < n_langs; i++) { print " const struct cl_option_handlers *handlers, " print " diagnostic_context *dc); " } +print "void cpp_handle_option_auto (const struct gcc_options * opts, size_t scode," +print " struct cpp_options * cpp_opts);" +print "void init_global_opts_from_cpp(struct gcc_options * opts, " +print " const struct cpp_options * cpp_opts);" print "#endif"; print "#endif"; print ""; |