Changes in src/Concurrency/Waitfor.cc [73abe95:a16764a6]
- File:
-
- 1 edited
-
src/Concurrency/Waitfor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Waitfor.cc
r73abe95 ra16764a6 250 250 Statement * GenerateWaitForPass::postmutate( WaitForStmt * waitfor ) { 251 251 if( !decl_monitor || !decl_acceptable || !decl_mask ) 252 SemanticError( waitfor, "waitfor keyword requires monitors to be in scope, add #include <monitor .hfa>" );252 SemanticError( waitfor, "waitfor keyword requires monitors to be in scope, add #include <monitor>" ); 253 253 254 254 CompoundStmt * stmt = new CompoundStmt();
Note:
See TracChangeset
for help on using the changeset viewer.