Changes in src/main.cc [68cd1ce:b1d6dd5]
- File:
-
- 1 edited
-
src/main.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r68cd1ce rb1d6dd5 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 12 06:56:40201513 // Update Count : 7012 // Last Modified On : Thu Jun 11 11:06:04 2015 13 // Update Count : 69 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 279 280 } catch ( SemanticError &e ) { 280 281 if ( errorp ) { … … 304 305 } // main 305 306 306 void parse( FILE * input, LinkageSpec::Type linkage, bool shouldExit) {307 void parse(FILE * input, LinkageSpec::Type linkage, bool shouldExit) { 307 308 Parser::get_parser().set_linkage( linkage ); 308 309 Parser::get_parser().parse( input );
Note:
See TracChangeset
for help on using the changeset viewer.