diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 52f6015..5b08679 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -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 |