Changes in src/main.cc [b1d6dd5:68cd1ce]
- File:
-
- 1 edited
-
src/main.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rb1d6dd5 r68cd1ce 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jun 11 11:06:04201513 // Update Count : 6912 // Last Modified On : Fri Jun 12 06:56:40 2015 13 // Update Count : 70 14 14 // 15 15 … … 54 54 if ( errorp ) std::cerr << x << std::endl; 55 55 56 void parse( FILE * input, LinkageSpec::Type t, bool shouldExit = false );56 void parse( FILE * input, LinkageSpec::Type t, bool shouldExit = false ); 57 57 58 58 bool … … 277 277 delete output; 278 278 } // if 279 280 279 } catch ( SemanticError &e ) { 281 280 if ( errorp ) { … … 305 304 } // main 306 305 307 void parse( FILE * input, LinkageSpec::Type linkage, bool shouldExit) {306 void parse( FILE * input, LinkageSpec::Type linkage, bool shouldExit ) { 308 307 Parser::get_parser().set_linkage( linkage ); 309 308 Parser::get_parser().parse( input );
Note:
See TracChangeset
for help on using the changeset viewer.