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