Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r76b378d r53d3ab4b  
    282282                } // if
    283283
    284                 CodeTools::fillLocations( translationUnit );
    285 
    286284                OPTPRINT( "resolve" )
    287285                ResolvExpr::resolve( translationUnit );
     
    363361                        cerr << endl << "---End of AST, begin error message:---\n" << endl;
    364362                } // if
    365                 e.print();
     363                e.print( cerr );
    366364                if ( output != &cout ) {
    367365                        delete output;
Note: See TracChangeset for help on using the changeset viewer.