]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/c-opts.c
c-opts.c (c_common_handle_option): Support -fno-directives-only.
[gcc.git] / gcc / c-opts.c
index a637ffc70c5cb9ff3aa387c9031913b4494159f6..44adae4bb87a0e12fde2bc06acfc406e71a1d621 100644 (file)
@@ -619,7 +619,7 @@ c_common_handle_option (size_t scode, const char *arg, int value)
       break;
 
     case OPT_fdirectives_only:
-      cpp_opts->directives_only = 1;
+      cpp_opts->directives_only = value;
       break;
 
     case OPT_fdollars_in_identifiers:
This page took 0.026795 seconds and 5 git commands to generate.