diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 836e840fb82..6d054b5c107 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -633,7 +633,7 @@ read_scan_file (in_fname, argc, argv) i = cpp_handle_options (scan_in, argc, argv); if (i < argc && ! CPP_FATAL_ERRORS (scan_in)) - cpp_fatal (scan_in, "Invalid option `%s'", argv[i]); + cpp_error (scan_in, DL_FATAL, "invalid option `%s'", argv[i]); cpp_post_options (scan_in); if (CPP_FATAL_ERRORS (scan_in)) exit (FATAL_EXIT_CODE); |