From ae56fdddab1cdf3304d7de6e93315ff6452e4ad1 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 16 Aug 2005 14:04:02 +0000 Subject: 2005-08-16 Frank Ch. Eigler * main.cxx: Don't print library parse trees if last_pass=1. --- main.cxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index 99be67da..16d2df37 100644 --- a/main.cxx +++ b/main.cxx @@ -307,11 +307,12 @@ main (int argc, char * const argv []) cout << "# parse tree dump" << endl; s.user_file->print (cout); cout << endl; - for (unsigned i=0; iprint (cout); - cout << endl; - } + if (s.verbose) + for (unsigned i=0; iprint (cout); + cout << endl; + } } // syntax errors, if any, are already printed -- cgit