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 8b15f65..cc958e0 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -95,7 +95,7 @@ main (argc, argv) if (CPP_BUFFER (pfile)) { if (CPP_OPTION (pfile, no_output)) - cpp_scan_buffer_nooutput (pfile); + cpp_scan_buffer_nooutput (pfile, 1); else scan_buffer (pfile); } |