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