Changes in src/main.cc [53d3ab4b:d55d7a6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r53d3ab4b rd55d7a6 361 361 cerr << endl << "---End of AST, begin error message:---\n" << endl; 362 362 } // if 363 e.print( cerr);363 e.print(); 364 364 if ( output != &cout ) { 365 365 delete output;
Note:
See TracChangeset
for help on using the changeset viewer.