Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r68cd1ce rb1d6dd5  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun 12 06:56:40 2015
    13 // Update Count     : 70
     12// Last Modified On : Thu Jun 11 11:06:04 2015
     13// Update Count     : 69
    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
    279280        } catch ( SemanticError &e ) {
    280281                if ( errorp ) {
     
    304305} // main
    305306
    306 void parse( FILE * input, LinkageSpec::Type linkage, bool shouldExit ) {
     307void parse(FILE * input, LinkageSpec::Type linkage, bool shouldExit) {
    307308        Parser::get_parser().set_linkage( linkage );
    308309        Parser::get_parser().parse( input );
Note: See TracChangeset for help on using the changeset viewer.