Changes in src/CodeGen/FixMain.cc [d55d7a6:1619acd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/FixMain.cc
rd55d7a6 r1619acd 39 39 { 40 40 if(main_signature) { 41 throw SemanticError( functionDecl, "Multiple definition of main routine\n");41 throw SemanticError("Multiple definition of main routine\n", functionDecl); 42 42 } 43 43 main_signature.reset( functionDecl->clone() );
Note:
See TracChangeset
for help on using the changeset viewer.