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 a7a4dbf..50e557a 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -509,7 +509,7 @@ c_decode_option (argc, argv) const char *option_value = NULL; char *p = argv[0]; - strings_processed = cpp_handle_option (&parse_in, argc, argv); + strings_processed = cpp_handle_option (parse_in, argc, argv); if (!strcmp (p, "-lang-objc")) c_language = clk_objective_c; |