Changeset 72b518fc
- Timestamp:
- Oct 9, 2023, 1:01:17 PM (14 months ago)
- Branches:
- master
- Children:
- ee9ad40
- Parents:
- 26dfce5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Corun.cpp
r26dfce5 r72b518fc 42 42 43 43 Stmt * postvisit( const CorunStmt * stmt ) { 44 assert( runnerBlockDecl ); 44 if ( !runnerBlockDecl ) 45 SemanticError( stmt->location, "To use corun statements add #include <cofor.hfa>\n" ); 46 45 47 if ( !stmt->stmt ) 46 48 return nullptr;
Note: See TracChangeset
for help on using the changeset viewer.