]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/c-lang.c
c-lang.c (c_post_options): Call cpp_post_options.
[gcc.git] / gcc / c-lang.c
index 52f6015a49f91766c51fee686b27d36811efe6fa..5b08679c5e1087380f036db1bfea440cb3398b61 100644 (file)
@@ -47,6 +47,7 @@ struct lang_hooks lang_hooks = {c_post_options};
 static void
 c_post_options ()
 {
+  cpp_post_options (parse_in);
 }
 
 /* Each of the functions defined here
This page took 0.027029 seconds and 5 git commands to generate.