Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rd55d7a6 r53d3ab4b  
    361361                        cerr << endl << "---End of AST, begin error message:---\n" << endl;
    362362                } // if
    363                 e.print();
     363                e.print( cerr );
    364364                if ( output != &cout ) {
    365365                        delete output;
Note: See TracChangeset for help on using the changeset viewer.