diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 6c16801..819e26e 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -502,7 +502,7 @@ c_decode_option (argc, argv) { "write-strings", &flag_const_strings } }; - strings_processed = cpp_handle_option (parse_in, argc, argv, 0); + strings_processed = cpp_handle_option (parse_in, argc, argv); if (!strcmp (p, "-fhosted") || !strcmp (p, "-fno-freestanding")) { |