Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

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