Changes in src/Parser/StatementNode.cc [eb779d5:f259682]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/StatementNode.cc
reb779d5 rf259682 498 498 } // build_mutex 499 499 500 ast::Stmt * build_corun( const CodeLocation & location, StatementNode * stmt ) {501 ast::Stmt * body = maybeMoveBuild( stmt );502 return new ast::CorunStmt( location, body );503 } // build_corun504 505 500 // Local Variables: // 506 501 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.