Changes in src/CodeGen/FixMain.cc [ca9d65e:61efa42]
- File:
-
- 1 edited
-
src/CodeGen/FixMain.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/FixMain.cc
rca9d65e r61efa42 11 11 // Last Modified By : 12 12 // Last Modified On : 13 // Update Count : 113 // Update Count : 0 14 14 // 15 15 … … 39 39 if ( isMain( decl ) ) { 40 40 if ( main_declaration ) { 41 SemanticError( decl, "Multiple definition of main routine " );41 SemanticError( decl, "Multiple definition of main routine\n" ); 42 42 } 43 43 main_declaration = decl;
Note:
See TracChangeset
for help on using the changeset viewer.