diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index dbb86ea..9ef01f5 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -87,7 +87,7 @@ main (argc, argv) line, it will have set pfile->help_only to indicate this. Exit successfully. [The library does not exit itself, because e.g. cc1 needs to print its own --help message at this point.] */ - if (pfile->help_only) + if (CPP_OPTION (pfile, help_only)) return (SUCCESS_EXIT_CODE); /* Open the output now. We must do so even if no_output is on, |