Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/FixMain.cc

    rd55d7a6 r1619acd  
    3939        {
    4040                if(main_signature) {
    41                         throw SemanticError(functionDecl, "Multiple definition of main routine\n");
     41                        throw SemanticError("Multiple definition of main routine\n", functionDecl);
    4242                }
    4343                main_signature.reset( functionDecl->clone() );
Note: See TracChangeset for help on using the changeset viewer.