Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rb1d6dd5 r68cd1ce  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun 11 11:06:04 2015
    13 // Update Count     : 69
     12// Last Modified On : Fri Jun 12 06:56:40 2015
     13// Update Count     : 70
    1414//
    1515
     
    5454        if ( errorp ) std::cerr << x << std::endl;
    5555
    56 void parse(FILE * input, LinkageSpec::Type t, bool shouldExit = false );
     56void parse( FILE * input, LinkageSpec::Type t, bool shouldExit = false );
    5757
    5858bool
     
    277277                        delete output;
    278278                } // if
    279 
    280279        } catch ( SemanticError &e ) {
    281280                if ( errorp ) {
     
    305304} // main
    306305
    307 void parse(FILE * input, LinkageSpec::Type linkage, bool shouldExit) {
     306void parse( FILE * input, LinkageSpec::Type linkage, bool shouldExit ) {
    308307        Parser::get_parser().set_linkage( linkage );
    309308        Parser::get_parser().parse( input );
Note: See TracChangeset for help on using the changeset viewer.